summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-02-25 14:26:27 -0800
committerFabrice Di Meglio <fdimeglio@google.com>2014-02-25 14:26:27 -0800
commit0e2f949c90cc3057243020b51f1bdada02fd87fd (patch)
tree7e4c5625059d1fb12dff5bdd14db468e11d3d9a6 /res/values
parent5b845d0ad7d8b9ac68325909f7a9c13395208038 (diff)
downloadpackages_apps_Settings-0e2f949c90cc3057243020b51f1bdada02fd87fd.zip
packages_apps_Settings-0e2f949c90cc3057243020b51f1bdada02fd87fd.tar.gz
packages_apps_Settings-0e2f949c90cc3057243020b51f1bdada02fd87fd.tar.bz2
Fix bug #13140648 Settings needs to support the new Quantum Paper theme
Second pass: - use Theme Holo for the Drawer too - add a temporary background for Drawer icons (so that they dont mix with the Drawer background) - remove the "More..." icon as it was not needed This CL will show that there is a discrepancy into the Drawer icons size (some are smaller than the standard size, some other bigger). This issue will be fixed when the new set of Icons will be delivered by the UX team. Change-Id: I431882df9b98157e98a1b735f31d9e77ef846767
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 206dbac..352c7a2 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -15,7 +15,8 @@
-->
<resources>
- <color name="background_drawer">#ff777777</color>
+ <color name="background_drawer">@android:color/white</color>
+ <color name="background_drawer_icon">#ffcccccc</color>
<color name="black">#000</color>
<color name="red">#F00</color>