From 79588ff434ef10ce8d83910cee24db4cecfa4055 Mon Sep 17 00:00:00 2001 From: Angela Wang Date: Mon, 27 Mar 2023 08:02:03 +0000 Subject: [PATCH] Changes screen flash color selected ring color in Flash Notifications There's an outer ring to show that the screen flash color is selected and it's black in both light and dark themes. When selecting screen flash color in the dark theme, it's not obvious which color is selected because the indicated ring is black which is similar to the dark background. Changing it to white in the dark theme for better user experience. Bug: 275283917 Test: checks UI manually Change-Id: I714597d99dfb74c5ce0ddef3995fd19688feacdf --- res/values-night/colors.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 959bc172793..aae7403c835 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -67,5 +67,9 @@ #7DA7F1 #607DA7F1 #FFEE675C + + + + #FFFFFF