set the correct default theme in preferences

This commit is contained in:
Conny Duck 2018-02-05 11:29:08 +01:00
parent 6dd8c7a3ec
commit 274343a064
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<PreferenceCategory android:title="@string/pref_title_appearance_settings"> <PreferenceCategory android:title="@string/pref_title_appearance_settings">
<ListPreference <ListPreference
android:defaultValue="AppTheme:prefer:night" android:defaultValue="night"
android:entries="@array/app_theme_names" android:entries="@array/app_theme_names"
android:entryValues="@array/app_theme_values" android:entryValues="@array/app_theme_values"
android:key="appTheme" android:key="appTheme"