summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-26 02:04:06 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-26 02:04:06 +0200
commite76e868af4e8ec99bcaec44ca0b4e5ca5c7b8d4a (patch)
tree6e0842b9283f0d244fa240683fce340b0674af0e /res
parent2cdfb1d0eb3a44b10196c9b7a3545e9579c08995 (diff)
downloadandroid_packages_apps_Trebuchet-e76e868af4e8ec99bcaec44ca0b4e5ca5c7b8d4a.tar.gz
android_packages_apps_Trebuchet-e76e868af4e8ec99bcaec44ca0b4e5ca5c7b8d4a.tar.bz2
android_packages_apps_Trebuchet-e76e868af4e8ec99bcaec44ca0b4e5ca5c7b8d4a.zip
Trebuchet: Fix hidden folder name color
* Use the same colors as the normal folder view Change-Id: I4b8144710dfb0646617440eea8e7a015f5535da3
Diffstat (limited to 'res')
-rw-r--r--res/layout/hidden_folder.xml3
-rw-r--r--res/values/cm_colors.xml1
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/hidden_folder.xml b/res/layout/hidden_folder.xml
index a6f94d8d9..fc336dde2 100644
--- a/res/layout/hidden_folder.xml
+++ b/res/layout/hidden_folder.xml
@@ -51,9 +51,10 @@
android:paddingBottom="@dimen/folder_name_padding"
android:paddingTop="@dimen/folder_name_padding"
android:hint="@string/folder_hint_text"
- android:textColor="@color/folder_hint_text_color"
+ android:textColor="@color/workspace_icon_text_color"
android:textSize="20sp"
android:textColorHighlight="@color/folder_name_highlight_text_color"
+ android:textColorHint="@color/folder_name_hint_text_color"
android:textCursorDrawable="@null"
android:singleLine="true"
android:background="#00000000" />
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index d38e3de1c..85d4cc8cf 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -6,7 +6,6 @@
<color name="first_run_cling_title_color">#E1000000</color>
<color name="folder_name_highlight_text_color">#ffCCCCCC</color>
<color name="folder_name_hint_text_color">#ff808080</color>
- <color name="folder_hint_text_color">@android:color/white</color>
<color name="all_apps_empty_search_text_color">#212121</color>
<color name="search_box_input_text_color">#4c4c4c</color>
<color name="search_box_input_hint_text_color">#9c9c9c</color>