From 79a9bfed79257dc5043306c77d49b662bb6c0043 Mon Sep 17 00:00:00 2001 From: Federico Baron Date: Thu, 26 Jan 2023 12:02:36 -0800 Subject: [PATCH] Change folder text color to match spec We needed folder text color to use textColorPrimary. With this CL we update it to be that. Test: Look at folder text color Fix: 262450499 Change-Id: Icd540c7d3ff4431b4edc72f04ce7f8f14787aa5b --- res/values/styles.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/values/styles.xml b/res/values/styles.xml index 7582a30435..5116cc0acd 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -54,7 +54,7 @@ @color/folder_preview_light @color/folder_background_light ?android:attr/colorPrimary - @color/workspace_text_color_dark + ?android:attr/textColorPrimary true @color/folder_hint_text_color_dark #CCFFFFFF @@ -109,7 +109,6 @@ @color/folder_preview_dark @color/folder_background_dark ?android:attr/colorPrimary - @color/workspace_text_color_light false @color/folder_hint_text_color_light true