From 67c36d3b3c30fa079f86fd8cfe018dbe8d7e3e9f Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Mon, 26 Jul 2021 11:36:35 -1000 Subject: [PATCH] Update taskbar background color to match overview's dark mode Note that taskbar is intentionally dark even when dark theme is off, whereas overview changes to light. Test: visual with a few wallpapers Bug: 191614244 Change-Id: I30f8c2f04047ea26fa726c9e470b87637a6c502e --- quickstep/res/values/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/res/values/colors.xml b/quickstep/res/values/colors.xml index 167c7c3d0f..2f24441c2c 100644 --- a/quickstep/res/values/colors.xml +++ b/quickstep/res/values/colors.xml @@ -26,6 +26,6 @@ #3cffffff - #101010 + @color/overview_scrim_dark #E0E0E0 \ No newline at end of file