aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-02-01 03:32:29 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-02-01 03:32:29 +0000
commit1f1d6a97fa423c98043ebf798fe19ebb4c1d9165 (patch)
tree929f338f5593cfd976a405a0531d6e0444d7608e /app/src/main/res/xml
parent02db44e532fc329fecab9c139dae6799ae4269d8 (diff)
downloadinfinity-for-reddit-1f1d6a97fa423c98043ebf798fe19ebb4c1d9165.tar
infinity-for-reddit-1f1d6a97fa423c98043ebf798fe19ebb4c1d9165.tar.gz
infinity-for-reddit-1f1d6a97fa423c98043ebf798fe19ebb4c1d9165.tar.bz2
infinity-for-reddit-1f1d6a97fa423c98043ebf798fe19ebb4c1d9165.tar.lz
infinity-for-reddit-1f1d6a97fa423c98043ebf798fe19ebb4c1d9165.tar.xz
infinity-for-reddit-1f1d6a97fa423c98043ebf798fe19ebb4c1d9165.tar.zst
infinity-for-reddit-1f1d6a97fa423c98043ebf798fe19ebb4c1d9165.zip
Locking fab in ViewPostDetailActivity, Swiping up to hide fab in ViewPostDetailActivity are available. Minor bugs fixed.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/gestures_and_buttons_preference.xml11
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" />