diff options
author | Steve Kondik <shade@chemlab.org> | 2011-04-09 05:13:56 -0400 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2011-04-09 05:13:56 -0400 |
commit | f7e371d0d0bc2e9b22df3615a62ad4d306a1e5b6 (patch) | |
tree | 2f0ef92958a9e88b383c606569b618d3407d1d2d | |
parent | e08f9fd3dec7ba857c99db4f03bdcf24f460cdf4 (diff) | |
download | vendor_replicant-f7e371d0d0bc2e9b22df3615a62ad4d306a1e5b6.zip vendor_replicant-f7e371d0d0bc2e9b22df3615a62ad4d306a1e5b6.tar.gz vendor_replicant-f7e371d0d0bc2e9b22df3615a62ad4d306a1e5b6.tar.bz2 |
cm: Set ThemeChooser to style_change_only mode
Change-Id: Iafc601aca907b0c2e03282fe68ffc744fde60c26
-rw-r--r-- | overlay/common/vendor/tmobile/apps/ThemeChooser/res/values/config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overlay/common/vendor/tmobile/apps/ThemeChooser/res/values/config.xml b/overlay/common/vendor/tmobile/apps/ThemeChooser/res/values/config.xml new file mode 100644 index 0000000..f5f3a03 --- /dev/null +++ b/overlay/common/vendor/tmobile/apps/ThemeChooser/res/values/config.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- If set to true, theme change will not apply ringtone or wallpapers + from the theme. Instead, only the system's visual style will be + affected. --> + <bool name="config_change_style_only">true</bool> +</resources> |