From d47f715b517c21ff3ad279d71319a030b3061b8b Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Wed, 23 Jun 2021 11:22:25 -0700 Subject: [PATCH] Fix folders being light in dark mode. - Simplifying the styles here, following the same pattern as the popup colors. Bug: 175329686 Test: test wallpaper with light text, light mode test again in dark mode test wallpaper with dark text, light mode test again in dark mode Change-Id: I04f92bd64de69c5e33fc1bff50c4ecc0e7c17d37 --- res/values-v29/styles.xml | 2 -- res/values-v30/styles.xml | 2 -- res/values/styles.xml | 20 -------------------- 3 files changed, 24 deletions(-) diff --git a/res/values-v29/styles.xml b/res/values-v29/styles.xml index 8254d483fc..5370b7911d 100644 --- a/res/values-v29/styles.xml +++ b/res/values-v29/styles.xml @@ -26,8 +26,6 @@ @android:color/transparent true true - ?attr/workspaceTextColor - ?attr/isWorkspaceDarkText shortEdges false false diff --git a/res/values-v30/styles.xml b/res/values-v30/styles.xml index a144363e12..ec5c113b85 100644 --- a/res/values-v30/styles.xml +++ b/res/values-v30/styles.xml @@ -26,8 +26,6 @@ @android:color/transparent true true - ?attr/workspaceTextColor - ?attr/isWorkspaceDarkText always false false diff --git a/res/values/styles.xml b/res/values/styles.xml index 1cacc28b0b..871214fc4f 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -26,8 +26,6 @@ @android:color/transparent true true - ?attr/workspaceTextColor - ?attr/isWorkspaceDarkText @@ -87,12 +81,6 @@ @android:color/transparent true @null - @color/folder_dot_color - @color/folder_background_light - #FF80868B - @color/workspace_text_color_dark - true - @color/folder_hint_text_color_dark