summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-04-22 16:54:13 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-04-22 17:00:03 -0700
commita5e007f2c42f9bc0816e14d0386baa2971098111 (patch)
tree8baacc92e8d1afcb7bc21c5460eb2ef43d691d94 /res/values/colors.xml
parent9e86baf73cb208f39312eca73b656f35a39bea18 (diff)
downloadandroid_packages_apps_UnifiedEmail-a5e007f2c42f9bc0816e14d0386baa2971098111.tar.gz
android_packages_apps_UnifiedEmail-a5e007f2c42f9bc0816e14d0386baa2971098111.tar.bz2
android_packages_apps_UnifiedEmail-a5e007f2c42f9bc0816e14d0386baa2971098111.zip
Fix b/13624215. Update background colors.
Now all of the items in the drawer use the same background color. Change-Id: Idc0b91567767b6444e020ae3dd3189c8b6450dd4
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 0ee3d0a6c..d75fbfb5b 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -45,8 +45,7 @@
<!-- Folder List/Drawer colors -->
<color name="account_item_selected_text_color">@color/mail_app_blue</color>
<color name="folder_list_heading_text_color">@color/dark_gray_text_color</color>
- <color name="list_background_color">@android:color/white</color>
- <color name="footer_background_color">#eeeeee</color>
+ <color name="list_background_color">#f5f5f5</color>
<color name="separator_color">#bebebe</color>
<!-- Compose colors -->
@@ -138,4 +137,6 @@
<color name="swipe_refresh_color4">#fff4b400</color>
<color name="badge_background_color">#edb802</color>
+
+ <color name="loading_messages_background_color">#eeeeee</color>
</resources>