From ae82fc4ba073747291f2ee9aa36d992474b4588d Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Wed, 30 Mar 2022 14:09:23 -0700 Subject: [PATCH] Decouple taskbar background color from overview - Taskbar background is 15L but Overview dark should be 35L Test: Swipe up from taskbar (which is 15L), background matches until going to overview, then animates to appropriate overview color based on theme (light or dark). Bug: 227344452 Change-Id: I52d892a569c8db565b4cfe271e532009f34ec669 --- quickstep/res/values/colors.xml | 1 - res/color-v31/overview_scrim_dark.xml | 2 +- res/color-v31/taskbar_background.xml | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 res/color-v31/taskbar_background.xml diff --git a/quickstep/res/values/colors.xml b/quickstep/res/values/colors.xml index 8f439a231c..185c815ea1 100644 --- a/quickstep/res/values/colors.xml +++ b/quickstep/res/values/colors.xml @@ -24,7 +24,6 @@ #3cffffff - @color/overview_scrim_dark #E0E0E0 #ffffff - + diff --git a/res/color-v31/taskbar_background.xml b/res/color-v31/taskbar_background.xml new file mode 100644 index 0000000000..eaf676f8f7 --- /dev/null +++ b/res/color-v31/taskbar_background.xml @@ -0,0 +1,18 @@ + + + + +