summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-09-17 13:49:19 -0700
committerBobby Georgescu <georgescu@google.com>2012-09-17 13:49:19 -0700
commit7402dfa165e7ed3f98cdd675dbc5325c6acb16df (patch)
tree7f6ee86140e28e7c6be6147df45df07f55f7f596 /res/values/colors.xml
parent174cc63800b3f6cb6df445a8f239dc6720c1b079 (diff)
downloadandroid_packages_apps_Snap-7402dfa165e7ed3f98cdd675dbc5325c6acb16df.tar.gz
android_packages_apps_Snap-7402dfa165e7ed3f98cdd675dbc5325c6acb16df.tar.bz2
android_packages_apps_Snap-7402dfa165e7ed3f98cdd675dbc5325c6acb16df.zip
Reskin: update colors to match latest mocks
Bug: 7050303 Change-Id: Ie582fe561d763a5010a0aea8b3a391237f5fbc1e
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index d4364ae4d..10f5b6303 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -17,25 +17,25 @@
<color name="default_background">#000</color>
<!-- configuration for album set page -->
- <color name="albumset_background">#181A19</color>
+ <color name="albumset_background">#1A1A1A</color>
<color name="albumset_placeholder">#333</color>
- <color name="albumset_label_background">#BBB</color>
- <color name="albumset_label_title">#171717</color>
- <color name="albumset_label_count">#6F6F6F</color>
+ <color name="albumset_label_background">#414143</color>
+ <color name="albumset_label_title">#FBFBFB</color>
+ <color name="albumset_label_count">#717173</color>
<!-- configuration for album page -->
- <color name="album_background">#181A19</color>
+ <color name="album_background">#1A1A1A</color>
<color name="album_placeholder">#333</color>
<!-- configuration for photo page -->
- <color name="photo_background">#181A19</color>
+ <color name="photo_background">#1A1A1A</color>
<color name="photo_placeholder">#333</color>
<!-- configuration for manage cache page -->
- <color name="cache_background">#181A19</color>
+ <color name="cache_background">#1A1A1A</color>
<color name="cache_placeholder">#333</color>
<color name="bitmap_screennail_placeholder">#333</color>
- <color name="slideshow_background">#181A19</color>
+ <color name="slideshow_background">#1A1A1A</color>
</resources>