summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-09-24 17:53:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-24 17:53:13 +0000
commit370ee42793d9585353c196c4063647c1ea99ea9b (patch)
tree3786b268f84d6e5b24e8ccbe205659a423785282
parent95b2b38ee98cd49da90530de9755abef9b81dd9d (diff)
parentea0cf796b0d32e652300ff33056a4687ee0b846d (diff)
downloadsetupwizard-370ee42793d9585353c196c4063647c1ea99ea9b.tar.gz
am ea0cf796: am 952bdd2f: Update nav bar background color
* commit 'ea0cf796b0d32e652300ff33056a4687ee0b846d': Update nav bar background color
-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>