From 24c7b7801421b2b0531066b8628d14a2ea761014 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Fri, 10 Jan 2025 08:56:25 +0000 Subject: [PATCH] Enhance contrast ratio for factory reset page The current contrast ratio is lower than 4.5. Update the background color to fix it. Fix: 379816159 Test: visual test Flag: EXEMPT bug fix Change-Id: I1f896b678903966de8bffd6a371c590337c091cb --- AndroidManifest.xml | 4 ++-- res/values/themes.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b178f0a7d82..fd6ac4b1558 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -5271,7 +5271,7 @@ android:permission="android.permission.MASTER_CLEAR" android:label="@string/main_clear_title" android:exported="true" - android:theme="@style/SudThemeGlif.Light"> + android:theme="@style/SettingsSudThemeGlif.Light"> @@ -5285,7 +5285,7 @@ + android:theme="@style/SettingsSudThemeGlif.Light"> @*android:color/primary_device_default_settings_light @*android:color/accent_device_default_light + +