From 4e1137ca6413fce79a4efbb1b0772feb5ad65bff Mon Sep 17 00:00:00 2001 From: Jeff DeCew Date: Wed, 16 Jun 2021 15:48:29 -0400 Subject: [PATCH] Fix the default notification color in dark mode In change Ib8840d04093094c324d8bdce5b2e84c93a94db8d I removed the dark mode color override of this color, but the light mode color was too dark to work correctly in dark mode. Restoring the dark mode version of the dark mode color for all cases works fine. Fixes: 190351384 Test: post two notifications into a group using the same color but different icon; observe that the 'grayed out' icon is visible in both light and dark theme. Test: check shelf in dark mode; the 'more' dot should no longer be dark Change-Id: I0b75c6b0da5e1c679ab962d826c2e6d2c3f742e9 --- core/res/res/values/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index d94bcfb049262..55ed83b32262e 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -140,7 +140,7 @@ @color/primary_text_default_material_light 0.38 @color/primary_text_default_material_dark - @color/primary_text_default_material_light + #ddffffff #a3202124 @color/notification_primary_text_color_light