summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-08-23 18:54:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-23 18:54:32 +0000
commit7067c47f914dec6effd27e2fab23ec506916b18f (patch)
tree729211cf115a5c940dc78bc2f79769167b71fbeb /res/values/colors.xml
parent1f9d070d93a61e1c452c911b79c4d72dffb6e98d (diff)
parent079d02b6021c640213888d446434e2c925756e29 (diff)
downloadandroid_packages_apps_UnifiedEmail-7067c47f914dec6effd27e2fab23ec506916b18f.tar.gz
android_packages_apps_UnifiedEmail-7067c47f914dec6effd27e2fab23ec506916b18f.tar.bz2
android_packages_apps_UnifiedEmail-7067c47f914dec6effd27e2fab23ec506916b18f.zip
Merge "[Quantum tip teasers]" into ub-gmail-ur14-dev
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 839e76229..2095655f5 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -132,6 +132,11 @@
<!-- The color of the section name text in the teaser -->
<color name="teaser_main_text">@color/dark_gray_text_color</color>
+ <!-- tip teaser colors -->
+ <color name="tip_teaser_bg">#e5e5e5</color>
+ <color name="tip_teaser_link">@color/text_color_blue</color>
+ <color name="tip_teaser_red_text">#da4336</color>
+
<!-- swipe to refresh text color, this matches the color in
progressbar_solid_holo.png -->
<color name="swipe_to_refresh_text_color">#0099cc</color>