aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/miscellaneous_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/miscellaneous_preferences.xml')
-rw-r--r--app/src/main/res/xml/miscellaneous_preferences.xml15
1 files changed, 15 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..6fb763f6 100644
--- a/app/src/main/res/xml/miscellaneous_preferences.xml
+++ b/app/src/main/res/xml/miscellaneous_preferences.xml
@@ -25,4 +25,19 @@
app:title="@string/settings_respect_subreddit_recommended_comment_sort_type_title"
app:summary="@string/settings_respect_subreddit_recommended_comment_sort_type_summary" />
+ <SwitchPreference
+ app:defaultValue="true"
+ app:key="enable_search_history"
+ app:title="@string/settings_enable_search_history_title"
+ app:summary="@string/only_for_logged_in_user" />
+
+ <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