summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-06-06 16:10:03 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-06-06 17:10:56 -0700
commit0aefac860ff0f5f01e6a35de098d7c5e7b9b8cd7 (patch)
tree00005aa2933cbd81cab23daa61e420a4abdb8879 /res
parent19f7c6fefb6b1d7d4951567a9744cb3209f43f35 (diff)
downloadandroid_packages_apps_Trebuchet-0aefac860ff0f5f01e6a35de098d7c5e7b9b8cd7.tar.gz
android_packages_apps_Trebuchet-0aefac860ff0f5f01e6a35de098d7c5e7b9b8cd7.tar.bz2
android_packages_apps_Trebuchet-0aefac860ff0f5f01e6a35de098d7c5e7b9b8cd7.zip
Folder name should follow folder icon text color
Bug: 134674880 Change-Id: Ic64e9a085bc689e90112a0e70a150aa1c237b033
Diffstat (limited to 'res')
-rw-r--r--res/layout/user_folder_icon_normalized.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/user_folder_icon_normalized.xml b/res/layout/user_folder_icon_normalized.xml
index 835fee2d3..a1033f06c 100644
--- a/res/layout/user_folder_icon_normalized.xml
+++ b/res/layout/user_folder_icon_normalized.xml
@@ -56,9 +56,9 @@
android:paddingBottom="@dimen/folder_label_padding_bottom"
android:paddingTop="@dimen/folder_label_padding_top"
android:singleLine="true"
- android:textColor="?android:attr/textColorTertiary"
+ android:textColor="?attr/folderTextColor"
android:textColorHighlight="?android:attr/colorControlHighlight"
- android:textColorHint="?android:attr/textColorHint"
+ android:textColorHint="?attr/folderTextColor"
android:textSize="@dimen/folder_label_text_size" />
<com.android.launcher3.pageindicators.PageIndicatorDots