summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/folder_list_header.xml1
-rw-r--r--res/values/colors.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/folder_list_header.xml b/res/layout/folder_list_header.xml
index 407ad9e93..7a73569a8 100644
--- a/res/layout/folder_list_header.xml
+++ b/res/layout/folder_list_header.xml
@@ -37,7 +37,6 @@
android:gravity="bottom"
android:ellipsize="end"
android:singleLine="true"
- android:textAllCaps="true"
android:textColor="@color/folder_list_heading_text_color"
android:paddingLeft="@dimen/folder_list_heading_padding_side"
android:paddingRight="@dimen/folder_list_heading_padding_side"
diff --git a/res/values/colors.xml b/res/values/colors.xml
index fdb2ce13e..795135e6b 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -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/light_gray</color>
+ <color name="folder_list_heading_text_color">@color/text_color_black</color>
<color name="list_background_color">@android:color/white</color>
<!-- overridden in sw600dp -->
<color name="folder_list_divider_color">@color/divider_color</color>