summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-03-04 18:53:29 -0800
committerClark Scheff <clark@cyngn.com>2015-10-27 17:54:30 -0700
commita096f61d9d2cf13b48d24a556e46c28b48318a37 (patch)
tree62f9ab9674b8157e9a55d958806f08fab04734a5 /core
parenta8581e2d9ae461db8f2d8504fb2b56382b20e1ab (diff)
downloadframeworks_base-a096f61d9d2cf13b48d24a556e46c28b48318a37.zip
frameworks_base-a096f61d9d2cf13b48d24a556e46c28b48318a37.tar.gz
frameworks_base-a096f61d9d2cf13b48d24a556e46c28b48318a37.tar.bz2
Themes: update themeChange value
This reflects the recent change to ActivityInfo where CONFIG_THEME_RESOURCE was changed from 0x8000 to 0x100000 Change-Id: I0f0817ca60ba1a2a53c7e9223d3fb0f86a08410e
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/attrs_manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml
index 49300b9..b7178cb 100644
--- a/core/res/res/values/attrs_manifest.xml
+++ b/core/res/res/values/attrs_manifest.xml
@@ -791,7 +791,7 @@
<!-- The layout direction has changed. For example going from LTR to RTL. -->
<flag name="layoutDirection" value="0x2000" />
<!-- Theme has changed -->
- <flag name="themeChange" value="0x8000" />
+ <flag name="themeChange" value="0x100000" />
<!-- The font scaling factor has changed, that is the user has
selected a new global font size. -->
<flag name="fontScale" value="0x40000000" />