summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-08-13 16:21:30 -0700
committerJames Lemieux <jplemieux@google.com>2014-08-13 16:21:30 -0700
commitc3442767562331eb79c291dc0d478916a3a2122b (patch)
tree865b6e90236afbce04a44c6da4e28c5a8d7625dd /res
parent5f6d807256764121d738c606d21e7343630e15d4 (diff)
downloadandroid_packages_apps_UnifiedEmail-c3442767562331eb79c291dc0d478916a3a2122b.tar.gz
android_packages_apps_UnifiedEmail-c3442767562331eb79c291dc0d478916a3a2122b.tar.bz2
android_packages_apps_UnifiedEmail-c3442767562331eb79c291dc0d478916a3a2122b.zip
End of Life screen for Email
b/16843301 This introduces a new build target: EmailGoogleTombstone. Building with a tapas line that includes that target will produce EmailGoogleTombstone.apk. The apk includes the EmailProvider and AttachmentProvider (for migration to Gmail) and an activity that explains to the user where to find their email data. Change-Id: If69040f2e7e6a8bdd921e4fb3438f64f2d583b46
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 577814c6d..e645549ee 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -20,6 +20,7 @@
<color name="text_color_black">#212121</color>
<color name="accent_blue">#00bfd8</color>
<color name="text_color_blue">@color/accent_blue</color>
+ <color name="text_color_dark_blue">#4285f4</color>
<color name="text_color_draft_red">#da4336</color>
<color name="gray_text_color">#777777</color>
<color name="dark_gray_text_color">#58585b</color>
@@ -35,7 +36,7 @@
<color name="subject_text_color_unread">@color/text_color_black</color>
<color name="subject_text_color_read">@color/text_color_grey</color>
<color name="snippet_text_color">@color/text_color_grey</color>
- <color name="date_text_color_unread">#4285F4</color>
+ <color name="date_text_color_unread">@color/text_color_dark_blue</color>
<color name="date_text_color_read">@color/text_color_grey</color>
<color name="message_info_text_color">@color/gray_text_color</color>
<color name="ap_background_color">#fff1f1f2</color>