summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-20 13:28:47 -0700
committerRohan Shah <shahrk@google.com>2014-08-20 14:16:30 -0700
commita3edf545d2beede8987157b625275b31d6f3c4a5 (patch)
tree2cb2cb48568f61a672d83f8990949dda40a29600 /res/values/colors.xml
parent33ca5c670394671177f82ed049d8d7c6920164a7 (diff)
downloadandroid_packages_apps_UnifiedEmail-a3edf545d2beede8987157b625275b31d6f3c4a5.tar.gz
android_packages_apps_UnifiedEmail-a3edf545d2beede8987157b625275b31d6f3c4a5.tar.bz2
android_packages_apps_UnifiedEmail-a3edf545d2beede8987157b625275b31d6f3c4a5.zip
Add back dividers to widget conv. list
Divider items in styles were set to null, which resulted in this bug (no dividers in widget conv list). Bug: 17132040 Change-Id: I25ccbdd8439d442e5965096beaaeb73b14728cdd
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index ffb2939c5..36676c9bf 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -82,6 +82,7 @@
<!-- Widget colors -->
<color name="widget_header_bg_color">#da4336</color>
+ <color name="widget_conversation_list_divider_color">#e5e5e5</color>
<!-- Color of the semi-transparent shadow box on attachment tiles -->
<color name="attachment_tile_shadow_box_color">#7F000000</color>