summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2015-02-16 11:46:30 -0800
committercretin45 <cretin45@gmail.com>2015-02-16 16:52:06 -0800
commit9d72db9dbeae863c39253688b79525ac75f1306b (patch)
tree084bb6cd15347e90176ed0aff3479a74556a16cf /res/values/colors.xml
parentaaec6f7e3e46081f256465fe549a56cde6332b78 (diff)
downloadpackages_apps_SetupWizard-9d72db9dbeae863c39253688b79525ac75f1306b.zip
packages_apps_SetupWizard-9d72db9dbeae863c39253688b79525ac75f1306b.tar.gz
packages_apps_SetupWizard-9d72db9dbeae863c39253688b79525ac75f1306b.tar.bz2
SetupWizard: Reveal the default wallpaper on oobe finish
Change-Id: I68a256853f256af3464da7eba57a307a810d80cd
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 89f30c6..ab3787c 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -17,7 +17,6 @@
<resources>
<color name="black">#000000</color>
<color name="white">#ffffff</color>
- <color name="window_background">#e4e7e8</color>
<color name="page_background">#efefef</color>
<color name="primary">#00B1E5</color>
@@ -26,5 +25,7 @@
<color name="primary_text">#8a000000</color>
<color name="secondary_text">#727272</color>
<color name="divider">#40000000</color>
- <color name="status_bar">@color/primary</color>
+ <color name="header_bg">@color/primary</color>
+ <color name="header_condensed_bg">@color/primary_dark</color>
+ <color name="button_bar_background">#e4e7e8</color>
</resources>