Loading AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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"/> Loading @@ -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 Loading res/values/themes.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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"/> Loading @@ -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 Loading
res/values/themes.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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>