Add a language option to the preference menu

This commit is contained in:
Alexander Bakker 2019-06-22 09:58:35 +02:00
parent eb29be587f
commit b014d95005
6 changed files with 68 additions and 2 deletions

View file

@ -19,6 +19,15 @@
android:title="@string/pref_view_mode_title"
app:iconSpaceReserved="false"/>
<ListPreference
android:key="pref_lang"
android:title="@string/pref_lang_title"
android:summary="%s"
android:entries="@array/pref_lang_entries"
android:entryValues="@array/pref_lang_values"
android:defaultValue="system"
app:iconSpaceReserved="false"/>
<androidx.preference.SwitchPreferenceCompat
android:defaultValue="false"
android:key="pref_account_name"