aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-03-07 10:06:48 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-03-07 10:06:48 +0000
commit22a7ad1eb5231bd89838621f4de488f1c9aaa686 (patch)
tree10c12f8e35c863af1b52ced92431722995f0430a /app/src/main/res/xml
parent7ceb83d408ce5af8527887b2a90747bfed880664 (diff)
downloadinfinity-for-reddit-22a7ad1eb5231bd89838621f4de488f1c9aaa686.tar
infinity-for-reddit-22a7ad1eb5231bd89838621f4de488f1c9aaa686.tar.gz
infinity-for-reddit-22a7ad1eb5231bd89838621f4de488f1c9aaa686.tar.bz2
infinity-for-reddit-22a7ad1eb5231bd89838621f4de488f1c9aaa686.tar.lz
infinity-for-reddit-22a7ad1eb5231bd89838621f4de488f1c9aaa686.tar.xz
infinity-for-reddit-22a7ad1eb5231bd89838621f4de488f1c9aaa686.tar.zst
infinity-for-reddit-22a7ad1eb5231bd89838621f4de488f1c9aaa686.zip
Add an option to toggle swipe between posts.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/gestures_and_buttons_preferences.xml5
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 02a37524..b5c30058 100644
--- a/app/src/main/res/xml/gestures_and_buttons_preferences.xml
+++ b/app/src/main/res/xml/gestures_and_buttons_preferences.xml
@@ -44,6 +44,11 @@
app:key="pull_to_refresh"
app:title="@string/settings_pull_to_refresh_title" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="swipe_between_posts"
+ app:title="@string/settings_swipe_between_posts_title" />
+
<Preference
app:title="@string/settings_swipe_action_title"
app:fragment="ml.docilealligator.infinityforreddit.settings.SwipeActionPreferenceFragment" />