aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorHermes Junior <ohermesjunior@gmail.com>2020-05-11 19:26:55 +0000
committerOHermesJunior <ohermesjunior@gmail.com>2020-05-11 19:26:55 +0000
commit3c32daaca2c3b3fbd826a927e60c87a57ef57ff2 (patch)
treef33939f90ff3a6a222e7cd98a8afa89e70487c87 /app/src/main/res/xml
parentc705292bf8f8568621e2831f58e9200479706e31 (diff)
downloadinfinity-for-reddit-3c32daaca2c3b3fbd826a927e60c87a57ef57ff2.tar
infinity-for-reddit-3c32daaca2c3b3fbd826a927e60c87a57ef57ff2.tar.gz
infinity-for-reddit-3c32daaca2c3b3fbd826a927e60c87a57ef57ff2.tar.bz2
infinity-for-reddit-3c32daaca2c3b3fbd826a927e60c87a57ef57ff2.tar.lz
infinity-for-reddit-3c32daaca2c3b3fbd826a927e60c87a57ef57ff2.tar.xz
infinity-for-reddit-3c32daaca2c3b3fbd826a927e60c87a57ef57ff2.tar.zst
infinity-for-reddit-3c32daaca2c3b3fbd826a927e60c87a57ef57ff2.zip
Add swap tap and long click option.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/gestures_and_buttons_preference.xml5
1 files changed, 5 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 4d111187..8cd307e0 100644
--- a/app/src/main/res/xml/gestures_and_buttons_preference.xml
+++ b/app/src/main/res/xml/gestures_and_buttons_preference.xml
@@ -33,4 +33,9 @@
app:key="volume_keys_navigate_posts"
app:title="@string/settings_volume_keys_navigate_posts_title" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="swap_tap_and_long_in_comments"
+ app:title="@string/settings_swap_tap_and_long_title" />
+
</PreferenceScreen> \ No newline at end of file