From 9b4448f4776ff2be373f1d53b3893bd4b8757d98 Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Tue, 8 Jun 2021 10:55:58 -0700 Subject: [PATCH] Set folder dot color to spec. Bug: 188095988 Test: manual Change-Id: Idf4d7f7b8f95d1d112ece8cd03d9c7d441a5fe0f --- res/values-v31/colors.xml | 2 ++ res/values/colors.xml | 2 ++ res/values/styles.xml | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/res/values-v31/colors.xml b/res/values-v31/colors.xml index 7b37001ade..a9721a4434 100644 --- a/res/values-v31/colors.xml +++ b/res/values-v31/colors.xml @@ -37,4 +37,6 @@ @android:color/system_neutral1_900 + @android:color/system_accent2_50 + diff --git a/res/values/colors.xml b/res/values/colors.xml index c2b07e022d..7aab4fa88c 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -59,6 +59,8 @@ #FFF #FF000000 + ?attr/colorPrimary + #FFFFFFFF #FFFFFFFF #CCFFFFFF diff --git a/res/values/styles.xml b/res/values/styles.xml index 86dcf4cd53..571377cd3f 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -47,7 +47,7 @@ #89000000 @drawable/workspace_bg @style/WidgetContainerTheme - ?android:attr/colorPrimary + @color/folder_dot_color ?android:attr/colorBackgroundFloating ?android:attr/colorPrimary ?android:attr/textColorPrimary @@ -86,7 +86,7 @@ @android:color/transparent true @null - #FF464646 + @color/folder_dot_color ?android:attr/colorBackgroundFloating #FF80868B ?attr/workspaceTextColor @@ -108,7 +108,7 @@ @color/popup_color_secondary_dark @color/popup_color_tertiary_dark @style/WidgetContainerTheme.Dark - ?android:attr/colorPrimary + @color/folder_dot_color ?android:attr/colorBackgroundFloating ?android:attr/colorPrimary ?android:attr/textColorPrimary