mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-15 19:20:53 -04:00
fixup! Override switch widget style to Material3
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.PreferenceThemeOverlay" parent="@style/PreferenceThemeOverlay">
|
||||
<item name="switchPreferenceStyle">@style/AppTheme.SwitchPreference</item>
|
||||
<item name="switchPreferenceCompatStyle">@style/AppTheme.SwitchPreference</item>
|
||||
</style>
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<SwitchPreference
|
||||
android:widgetLayout="@layout/preference_material_switch"
|
||||
app:defaultValue="false"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="PREFERENCE_UPDATES_EXTENDED"
|
||||
|
||||
Reference in New Issue
Block a user