aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/src/main/res/xml/miscellaneous_preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/miscellaneous_preferences.xml b/app/src/main/res/xml/miscellaneous_preferences.xml
index f4274a5a..95532c33 100644
--- a/app/src/main/res/xml/miscellaneous_preferences.xml
+++ b/app/src/main/res/xml/miscellaneous_preferences.xml
@@ -25,4 +25,13 @@
app:title="@string/settings_respect_subreddit_recommended_comment_sort_type_title"
app:summary="@string/settings_respect_subreddit_recommended_comment_sort_type_summary" />
+ <ListPreference
+ app:defaultValue="auto"
+ app:entries="@array/settings_language"
+ app:entryValues="@array/settings_language_values"
+ app:key="language"
+ app:icon="@drawable/ic_language_24dp"
+ app:title="@string/settings_language_title"
+ app:useSimpleSummaryProvider="true" />
+
</PreferenceScreen> \ No newline at end of file