Merge "Enhance contrast ratio for factory reset page" into main

This commit is contained in:
Treehugger Robot
2025-01-15 01:53:52 -08:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 2 deletions

View File

@@ -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">
<intent-filter>
<action android:name="com.android.settings.action.FACTORY_RESET"/>
<category android:name="android.intent.category.DEFAULT"/>
@@ -5285,7 +5285,7 @@
<activity android:name="Settings$FactoryResetConfirmActivity"
android:label="@string/main_clear_confirm_title"
android:exported="false"
android:theme="@style/SudThemeGlif.Light">
android:theme="@style/SettingsSudThemeGlif.Light">
</activity>
<activity

View File

@@ -247,4 +247,8 @@
<item name="colorPrimary">@*android:color/primary_device_default_settings_light</item>
<item name="colorAccent">@*android:color/accent_device_default_light</item>
</style>
<style name="SettingsSudThemeGlif.Light" parent="@style/SudThemeGlif.Light">
<item name="android:background">@color/settingslib_materialColorSurfaceContainerLowest</item>
</style>
</resources>