Default theme to follow system instead of light

Also remove deprecated Auto option
This commit is contained in:
Torsten Grote
2024-05-10 11:03:20 -03:00
parent 8fa0866243
commit 424e022388
7 changed files with 8 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
tools:summary="System default" />
<ListPreference
android:defaultValue="@string/pref_theme_light_value"
android:defaultValue="@string/pref_theme_system_value"
android:entries="@array/pref_theme_entries"
android:entryValues="@array/pref_theme_values"
android:key="pref_key_theme"