From de907805d1fc080a90931dc7b98cc6dce9782417 Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Thu, 27 May 2021 18:13:27 -0700 Subject: [PATCH] Change folderFillColor to colorBackgroundFloating. There seems to be some nuance that prevents me from defining it once in the base theme, so just updated all of them individually to prevent any edge case from slipping through. Bug: 188095988 Test: manual Change-Id: I1dea639f174fa4ec09bda93a6e2017993b2007a5 --- res/values/styles.xml | 12 ++++++------ .../android/launcher3/folder/PreviewBackground.java | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/res/values/styles.xml b/res/values/styles.xml index df617ea95e..757c495bca 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -48,7 +48,7 @@ @drawable/workspace_bg @style/WidgetContainerTheme ?android:attr/colorPrimary - ?android:attr/colorBackground + ?android:attr/colorBackgroundFloating ?android:attr/colorPrimary ?android:attr/textColorPrimary true @@ -71,7 +71,7 @@