summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-08-24 23:25:23 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-26 22:40:00 -0700
commitaa185242f8d54cad51c231b630ec15fd9e556fcf (patch)
tree5661784eaaff4a8919832f9491c0fb2f07dd8719 /res/values/colors.xml
parenta57d8fedf0b998036289b7bc30de8268553304f4 (diff)
downloadandroid_packages_apps_Snap-aa185242f8d54cad51c231b630ec15fd9e556fcf.tar.gz
android_packages_apps_Snap-aa185242f8d54cad51c231b630ec15fd9e556fcf.tar.bz2
android_packages_apps_Snap-aa185242f8d54cad51c231b630ec15fd9e556fcf.zip
Reskin: show placeholder color before album label is ready
Bug: 7050303 Change-Id: I679ecf6360f2ae3bfe19fc0677998ac8b1589bcf
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 96db24368..c4afedef2 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -18,7 +18,7 @@
<!-- configuration for album set page -->
<color name="albumset_background">#FF000000</color>
- <color name="albumset_placeholder">#FFDDDDDD</color>
+ <color name="albumset_placeholder">#FF444444</color>
<color name="albumset_label_background">#FFCCCCCC</color>
<color name="albumset_label_title">#FF000000</color>
<color name="albumset_label_count">#80000000</color>