summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-09-23 16:17:29 -0700
committerMaurice Lam <yukl@google.com>2014-09-24 09:41:05 -0700
commit952bdd2ffc443b5d0b79486a51c10e9bc5365886 (patch)
treee43f8ac66fb7378882c1c2dc6ccff89f15fcaf9e
parent5bf92ed7d7b45cc45b42d6e5a66c8f794bcf5498 (diff)
downloadandroid_frameworks_opt_setupwizard-952bdd2ffc443b5d0b79486a51c10e9bc5365886.tar.gz
android_frameworks_opt_setupwizard-952bdd2ffc443b5d0b79486a51c10e9bc5365886.tar.bz2
android_frameworks_opt_setupwizard-952bdd2ffc443b5d0b79486a51c10e9bc5365886.zip
Update nav bar background color
Bug: 17607821 Change-Id: Iab397faa38793d933ef62bcfa21c5993d9b8c3b1
-rw-r--r--navigationbar/res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/navigationbar/res/values/colors.xml b/navigationbar/res/values/colors.xml
index 655cf75..1cdf964 100644
--- a/navigationbar/res/values/colors.xml
+++ b/navigationbar/res/values/colors.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <color name="setup_wizard_navbar_bg_dark">#ff263238</color>
- <color name="setup_wizard_navbar_bg_light">#ffeceff1</color>
+ <color name="setup_wizard_navbar_bg_dark">#ff21272b</color>
+ <color name="setup_wizard_navbar_bg_light">#ffe4e7e9</color>
<color name="setup_wizard_navbar_text_dark">#deffffff</color>
<color name="setup_wizard_navbar_text_light">#de000000</color>
</resources>