From 6d936ea34ff4850bff93de408f4a7534885f9e07 Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Fri, 27 Oct 2023 18:43:49 +0000 Subject: [PATCH] Updates Display Size & Text preview background color. Per guidance from Setup Wizard UX leads. This matches the colors used by other accessibility feature preview backgrounds. Fix: 294443760 Test: Settings > Accessibility > Display size and text Observe white background in light mode, black background in dark mode. Change-Id: I904415f91ce69e21477e761876944661ef69cb99 --- res/drawable/accessibility_text_reading_preview.xml | 2 +- res/values-night/colors.xml | 2 ++ res/values/colors.xml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/res/drawable/accessibility_text_reading_preview.xml b/res/drawable/accessibility_text_reading_preview.xml index 040ccdfba3c..1c9e7529e58 100644 --- a/res/drawable/accessibility_text_reading_preview.xml +++ b/res/drawable/accessibility_text_reading_preview.xml @@ -20,5 +20,5 @@ android:shape="rectangle"> - + diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 9334d19e1d2..a572841b07b 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -69,6 +69,8 @@ #607DA7F1 #FFEE675C + + @android:color/black #FFFFFF diff --git a/res/values/colors.xml b/res/values/colors.xml index f76f46ec108..03225a5c447 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -137,6 +137,8 @@ #ffff8bcb #fffcad70 + + @android:color/white #5F6368 #F50D60