aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/interface_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/interface_preferences.xml')
-rw-r--r--app/src/main/res/xml/interface_preferences.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/src/main/res/xml/interface_preferences.xml b/app/src/main/res/xml/interface_preferences.xml
index 6387a850..a834ac10 100644
--- a/app/src/main/res/xml/interface_preferences.xml
+++ b/app/src/main/res/xml/interface_preferences.xml
@@ -33,9 +33,10 @@
app:title="@string/settings_enable_bottom_app_bar_title"
app:summary="@string/settings_enable_bottom_app_bar_summary" />
- <Preference
- app:title="@string/settings_time_format_title"
- app:fragment="ml.docilealligator.infinityforreddit.settings.TimeFormatPreferenceFragment" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="hide_subreddit_description"
+ app:title="@string/settings_hide_subreddit_description_title" />
<ListPreference
app:defaultValue="0"
@@ -45,10 +46,9 @@
app:title="@string/settings_default_search_result_tab"
app:useSimpleSummaryProvider="true" />
- <SwitchPreference
- app:defaultValue="false"
- app:key="hide_subreddit_description"
- app:title="@string/settings_hide_subreddit_description_title" />
+ <Preference
+ app:title="@string/settings_time_format_title"
+ app:fragment="ml.docilealligator.infinityforreddit.settings.TimeFormatPreferenceFragment" />
<Preference
app:title="@string/settings_category_post_title"