summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-10 18:16:10 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-10 18:16:10 -0700
commit49bb98386468759453b3ad9f420739dca477f5d4 (patch)
treecddff8a9613537270ab013c5cd5d2899f746df5b /res/values/colors.xml
parent36590d50b0c2377df553ed16e37dc9d2224433b3 (diff)
downloadandroid_packages_apps_Snap-49bb98386468759453b3ad9f420739dca477f5d4.tar.gz
android_packages_apps_Snap-49bb98386468759453b3ad9f420739dca477f5d4.tar.bz2
android_packages_apps_Snap-49bb98386468759453b3ad9f420739dca477f5d4.zip
Make album set grid view reflect latest UI mocks
Bug: 7300836 Change-Id: I3024b8ffbba7ee08642012c80509992335bbd5bf
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 705748c2b..9fd7802f4 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -19,9 +19,9 @@
<!-- configuration for album set page -->
<color name="albumset_background">#1A1A1A</color>
<color name="albumset_placeholder">#333</color>
- <color name="albumset_label_background">#414143</color>
+ <color name="albumset_label_background">#EE414143</color>
<color name="albumset_label_title">#FBFBFB</color>
- <color name="albumset_label_count">#717173</color>
+ <color name="albumset_label_count">#A9ABAD</color>
<!-- configuration for album page -->
<color name="album_background">#1A1A1A</color>