set the correct default theme in preferences

main
Conny Duck 6 years ago
parent 94f018b578
commit c2df3ee712
  1. 2
      app/src/main/res/xml/preferences.xml

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

Loading…
Cancel
Save