summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-09-17 14:06:37 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-09-17 14:06:37 -0700
commit2dd7c4e86690ab3f01723ac0c410f50dcc116ad1 (patch)
treeb700a880233c5ba47267c6b52f6a96acdeeea8d0 /res/values
parent1df2e0375938f6d55e4a9ec07aa4cfe687e76c02 (diff)
downloadandroid_packages_apps_UnifiedEmail-2dd7c4e86690ab3f01723ac0c410f50dcc116ad1.tar.gz
android_packages_apps_UnifiedEmail-2dd7c4e86690ab3f01723ac0c410f50dcc116ad1.tar.bz2
android_packages_apps_UnifiedEmail-2dd7c4e86690ab3f01723ac0c410f50dcc116ad1.zip
Remove white backgrounds in CV.
Also changes some views to space where all we need is the space since the views are transparent now. Change-Id: Ib01288d7676a50540dfc7d3b21105e0d4b970dc3
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 9579236c0..2d32cbb3a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -70,8 +70,6 @@
<!-- Conversation message header colors -->
<color name="conversation_view_border_color">@color/divider_color</color>
<color name="conversation_view_background_color">#f5f5f5</color>
- <!-- Overridden on tablet to give a white background -->
- <color name="conversation_view_item_background_color">@android:color/white</color>
<color name="conversation_view_text_color_light">@color/text_color_grey</color>
<color name="conversation_view_text_color_dark">@color/text_color_black</color>
<color name="conversation_view_text_color_link_blue">@color/text_color_blue</color>