mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-02 12:52:19 +00:00
Add a language option to the preference menu
This commit is contained in:
parent
eb29be587f
commit
b014d95005
6 changed files with 68 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue