Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48eb83af authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 3a5b40a5 24c7b780
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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>