diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-05-15 05:41:20 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-05-15 05:41:20 +0000 |
commit | bb36cc79fdded7209a4848c85a37076d2cf7f064 (patch) | |
tree | c73bd8f8f752b00ebe5e622744b8b5a068d8528d /app/src/main/res/xml/gestures_and_buttons_preferences.xml | |
parent | 004bd22f675187929ccbf0e787ba6f0568440c50 (diff) | |
download | infinity-for-reddit-bb36cc79fdded7209a4848c85a37076d2cf7f064.tar infinity-for-reddit-bb36cc79fdded7209a4848c85a37076d2cf7f064.tar.gz infinity-for-reddit-bb36cc79fdded7209a4848c85a37076d2cf7f064.tar.bz2 infinity-for-reddit-bb36cc79fdded7209a4848c85a37076d2cf7f064.tar.lz infinity-for-reddit-bb36cc79fdded7209a4848c85a37076d2cf7f064.tar.xz infinity-for-reddit-bb36cc79fdded7209a4848c85a37076d2cf7f064.tar.zst infinity-for-reddit-bb36cc79fdded7209a4848c85a37076d2cf7f064.zip |
New option: Swipe Vertically to Go Back From Media.
Diffstat (limited to 'app/src/main/res/xml/gestures_and_buttons_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/gestures_and_buttons_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/gestures_and_buttons_preferences.xml b/app/src/main/res/xml/gestures_and_buttons_preferences.xml index b5c30058..fd49d4c0 100644 --- a/app/src/main/res/xml/gestures_and_buttons_preferences.xml +++ b/app/src/main/res/xml/gestures_and_buttons_preferences.xml @@ -8,6 +8,11 @@ app:summary="@string/settings_swipe_to_go_back_summary" /> <SwitchPreference + app:defaultValue="true" + app:key="swipe_vertically_to_go_back_from_media" + app:title="@string/settings_swipe_vertically_to_go_back_from_media_title" /> + + <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" /> |