summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-09-16 14:15:34 -0700
committerTony Mantler <nicoya@google.com>2014-09-16 14:15:34 -0700
commitc0f4f43c943a57b04e21c2a6a9070c43b6aff552 (patch)
treef03524e569bbed5707e59ba81e1f4395d0dffb56 /res/values/colors.xml
parent4b370116e92682e87716e07e2a734ac535dd4de5 (diff)
downloadandroid_packages_apps_UnifiedEmail-c0f4f43c943a57b04e21c2a6a9070c43b6aff552.tar.gz
android_packages_apps_UnifiedEmail-c0f4f43c943a57b04e21c2a6a9070c43b6aff552.tar.bz2
android_packages_apps_UnifiedEmail-c0f4f43c943a57b04e21c2a6a9070c43b6aff552.zip
Correct drawer header color
Also remove unused text color b/17524208 Change-Id: I4f5b7b9d26f1686f3433c45693f43f2e0f970c7f
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 795135e6b..9579236c0 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -16,6 +16,7 @@
limitations under the License.
-->
<resources>
+ <color name="text_color_medium_grey">#9e9e9e</color>
<color name="text_color_grey">#757575</color>
<color name="text_color_black">#212121</color>
<color name="accent_blue">#4285f4</color>
@@ -23,7 +24,6 @@
<color name="text_color_draft_red">#da4336</color>
<color name="gray_text_color">#777777</color>
<color name="dark_gray_text_color">#58585b</color>
- <color name="light_gray_text_color">#b5b5b5</color>
<color name="light_gray">#cccccc</color>
<!-- if you want to make something blue, please try to use THIS blue -->
<color name="mail_app_blue">@android:color/holo_blue_light</color>
@@ -50,7 +50,7 @@
<!-- Folder List/Drawer colors -->
<color name="account_item_selected_text_color">@color/mail_app_blue</color>
- <color name="folder_list_heading_text_color">@color/text_color_black</color>
+ <color name="folder_list_heading_text_color">@color/text_color_medium_grey</color>
<color name="list_background_color">@android:color/white</color>
<!-- overridden in sw600dp -->
<color name="folder_list_divider_color">@color/divider_color</color>