Set default theme in pref screen

This commit is contained in:
Benoit Marty 2019-06-28 15:36:57 +02:00
parent 7ff2477a4f
commit fef1c7cc45
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
android:title="@string/settings_interface_language" />

<im.vector.riotredesign.core.preference.VectorListPreference
android:defaultValue="light"
android:entries="@array/theme_entries"
android:entryValues="@array/theme_values"
android:key="APPLICATION_THEME_KEY"