diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/interface_preference.xml | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml index 8ad53611..cf959d82 100644 --- a/app/src/main/res/xml/interface_preference.xml +++ b/app/src/main/res/xml/interface_preference.xml @@ -24,14 +24,25 @@ app:title="@string/settings_enable_bottom_app_bar_title" app:summary="@string/settings_enable_bottom_app_bar_summary" /> + <PreferenceCategory + app:title="@string/settings_category_post_and_comment_title" /> + + <Preference + app:title="@string/settings_time_format_title" + app:fragment="ml.docilealligator.infinityforreddit.Settings.TimeFormatPreferenceFragment" /> + <SwitchPreference app:defaultValue="false" app:key="vote_buttons_on_the_right" app:title="@string/settings_vote_buttons_on_the_right_title" /> - <Preference - app:title="@string/settings_time_format_title" - app:fragment="ml.docilealligator.infinityforreddit.Settings.TimeFormatPreferenceFragment" /> + <SwitchPreference + app:defaultValue="true" + app:key="show_absolute_number_of_votes" + app:title="@string/settings_show_absolute_number_of_votes_title" /> + + <PreferenceCategory + app:title="@string/settings_category_post_title" /> <ListPreference app:defaultValue="0" @@ -51,6 +62,9 @@ app:key="show_thumbnail_on_the_left_in_compact_layout" app:title="@string/settings_show_thumbnail_on_the_left_in_compact_layout" /> + <PreferenceCategory + app:title="@string/settings_category_comment_title" /> + <SwitchPreference app:defaultValue="false" app:key="show_top_level_comments_first" @@ -76,9 +90,4 @@ app:key="fully_collapse_comment" android:title="@string/settings_fully_collapse_comment_title" /> - <SwitchPreference - app:defaultValue="true" - app:key="show_absolute_number_of_votes" - app:title="@string/settings_show_absolute_number_of_votes_title" /> - </PreferenceScreen>
\ No newline at end of file |