diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/gestures_and_buttons_preference.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/xml/gestures_and_buttons_preference.xml b/app/src/main/res/xml/gestures_and_buttons_preference.xml index 2f15e6be..ad675bca 100644 --- a/app/src/main/res/xml/gestures_and_buttons_preference.xml +++ b/app/src/main/res/xml/gestures_and_buttons_preference.xml @@ -8,6 +8,17 @@ <SwitchPreference app:defaultValue="false" + app:key="lock_jump_to_next_top_level_comment_button" + app:title="@string/settings_lock_jump_to_next_top_level_comment_button_title" /> + + <SwitchPreference + app:defaultValue="false" + app:key="swipe_up_to_hide_jump_to_next_top_level_comments_button" + app:title="@string/settings_swipe_up_to_hide_jump_to_next_top_level_comment_button_title" + app:isPreferenceVisible="false" /> + + <SwitchPreference + app:defaultValue="false" app:key="volume_keys_navigate_comments" app:title="@string/settings_volume_keys_navigate_comments_title" /> |