From 0aefac860ff0f5f01e6a35de098d7c5e7b9b8cd7 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Thu, 6 Jun 2019 16:10:03 -0700 Subject: Folder name should follow folder icon text color Bug: 134674880 Change-Id: Ic64e9a085bc689e90112a0e70a150aa1c237b033 --- res/layout/user_folder_icon_normalized.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res') 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" />