summaryrefslogtreecommitdiffstats
path: root/res/values-v21
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-06-11 20:22:08 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-06-11 20:24:02 -0700
commit325b5c7a6640cfe04b382ac39148d2601ccfad44 (patch)
treed933f11e6b7480560619afc0a9fef34e6852fda4 /res/values-v21
parent7886c037f87ba2274e95b160d125b02bb3928449 (diff)
downloadandroid_packages_apps_Trebuchet-325b5c7a6640cfe04b382ac39148d2601ccfad44.tar.gz
android_packages_apps_Trebuchet-325b5c7a6640cfe04b382ac39148d2601ccfad44.tar.bz2
android_packages_apps_Trebuchet-325b5c7a6640cfe04b382ac39148d2601ccfad44.zip
Some theme fixes
> workspaceTextColor was not clearly defined to white and relied on HomeScreenElementTheme > Not all attributes were defined in sw720dp. Created a interm style to avoid such errors > Applying proper tint to resize frame > Fixing shadow colors for homescreen icon Change-Id: If8441011c968291de50b2fd8d7612ce3d5353b95
Diffstat (limited to 'res/values-v21')
-rw-r--r--res/values-v21/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-v21/styles.xml b/res/values-v21/styles.xml
index 8d3de0153..927719cc1 100644
--- a/res/values-v21/styles.xml
+++ b/res/values-v21/styles.xml
@@ -18,7 +18,7 @@
-->
<resources>
- <style name="LauncherTheme" parent="@style/BaseLauncherTheme">
+ <style name="LauncherTheme" parent="@style/BaseLauncherThemeWithCustomAttrs">
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>