summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-29 14:18:24 -0700
committerRohan Shah <shahrk@google.com>2014-09-03 09:10:09 -0700
commit6b57d9cedbe8f905d5845ef7ddebb2e1a053d3ee (patch)
tree1674033befadc3219fc1d9b9cdaed05ed7131d99 /res/values/colors.xml
parent7ae078381e3552a63e93485b09eed68a5daf798e (diff)
downloadandroid_packages_apps_UnifiedEmail-6b57d9cedbe8f905d5845ef7ddebb2e1a053d3ee.tar.gz
android_packages_apps_UnifiedEmail-6b57d9cedbe8f905d5845ef7ddebb2e1a053d3ee.tar.bz2
android_packages_apps_UnifiedEmail-6b57d9cedbe8f905d5845ef7ddebb2e1a053d3ee.zip
Add ripple to TL items (UnifiedEmail)
Tapping/holding on TL now causes ripples (still uses old blue color), but only in L. Once we have a new color for each wave of the ripple, it'll be replaced. Bug: 17304654 Change-Id: If6b9947a7bf576880794411c0fd02d888060420a
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 c4b5c0964..0b9a8a793 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -179,5 +179,5 @@
<color name="snack_bar_background_color">#323232</color>
<color name="snack_bar_action_text_color">#f4b400</color>
- <color name="conversation_item_blue_background">#e5f8fb</color>
+ <color name="conversation_item_blue_background">#ccf2f7</color>
</resources>