summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-08-11 12:11:53 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-08-11 15:31:33 -0700
commit8da603f23099e1d218e6b946adb3357910b8209b (patch)
tree07c5a80e5ec1d720d7403033c506e8c797ab8cc4 /res/values
parent918c23bd5ff6b8903634320723e57d8c0d79471f (diff)
downloadpackages_apps_Settings-8da603f23099e1d218e6b946adb3357910b8209b.zip
packages_apps_Settings-8da603f23099e1d218e6b946adb3357910b8209b.tar.gz
packages_apps_Settings-8da603f23099e1d218e6b946adb3357910b8209b.tar.bz2
Fix bug #16951566 Switchbar color needs to change to ff37474f
- change the SwitchBar color as requested by UX Change-Id: I3ca81e8ac0276fa9aab205f0045cd8b14855ddf7
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index df61730..9c199bf 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -66,7 +66,7 @@
<color name="theme_accent">#ff009688</color>
<color name="dashboard_background_color">#ffe1e1e0</color>
- <color name="switchbar_background_color">#ff384248</color>
+ <color name="switchbar_background_color">#ff37474f</color>
<color name="switch_accent_color">#ff7fcac3</color>
<color name="default_preference_background_color">@*android:color/background_material_light</color>