Color schemes

This commit is contained in:
Koitharu
2023-02-03 19:39:14 +02:00
parent fd26de7619
commit 35b8003cf9
21 changed files with 564 additions and 204 deletions

View File

@@ -255,6 +255,11 @@
<item name="android:widgetLayout">@layout/preference_widget_material_switch</item>
</style>
<style name="Preference.ThemeChooser" parent="Preference.Material">
<item name="android:layout">@layout/preference_theme</item>
<item name="android:selectable">false</item>
</style>
<!-- Progress drawable -->
<style name="ProgressDrawable">