From 3a282d3c28b3b8d39f25c5703d20a9e9bfa7444e Mon Sep 17 00:00:00 2001 From: Andy Wickham Date: Thu, 1 May 2025 04:19:16 +0000 Subject: [PATCH] Remove dark mode Launcher3 colors for blur. These were intended to be placeholders for non-quickstep builds, but it seems soong ends up using the base version instead of the override in quickstep. So now we always use the non-night version which gets overridden correctly (and that color resource itself defines a dark mode variant). Test: mp launcherd - verify light and dark mode use themed colors. Bug: 414732288 Flag: com.android.launcher3.all_apps_blur Change-Id: I21bf8e66bf1715a8b3532931ed64725ccc3f86b9 --- quickstep/res/values-night/colors.xml | 4 ---- res/values-night/colors.xml | 2 -- 2 files changed, 6 deletions(-) diff --git a/quickstep/res/values-night/colors.xml b/quickstep/res/values-night/colors.xml index 3fbf90a5d9..293c00c877 100644 --- a/quickstep/res/values-night/colors.xml +++ b/quickstep/res/values-night/colors.xml @@ -23,10 +23,6 @@ @android:color/system_neutral1_900 - - @androidprv:color/shade_panel_fg - @androidprv:color/shade_panel_bg - @color/materialColorPrimary \ No newline at end of file diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 6d6cab5f53..004f12f49b 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -15,8 +15,6 @@ --> - #66152E60 - #0D0E11 #E3E2E6