diff options
Diffstat (limited to 'app/src/main/res/xml/main_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/main_preferences.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index db4b75a1..894642fa 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -29,17 +29,22 @@ <SwitchPreference app:defaultValue="false" app:key="vote_buttons_on_the_right" - app:title="@string/settings_vote_buttons_on_the_right_title"/> + app:title="@string/settings_vote_buttons_on_the_right_title" /> <SwitchPreference app:defaultValue="false" app:key="show_elapsed_time" - app:title="@string/settings_show_elapsed_time"/> + app:title="@string/settings_show_elapsed_time" /> <SwitchPreference app:defaultValue="true" app:key="swipe_to_go_back_from_post_detail" - app:title="@string/swipe_to_go_back_from_post_detail"/> + app:title="@string/swipe_to_go_back_from_post_detail" /> + + <SwitchPreference + app:defaultValue="false" + app:key="volume_keys_navigate_comments" + app:title="@string/settings_volume_keys_navigate_comments_title" /> <Preference app:title="@string/settings_font_size_title" |