aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorDocile-Alligator <chineseperson5@gmail.com>2020-05-12 02:04:31 +0000
committerGitHub <noreply@github.com>2020-05-12 02:04:31 +0000
commit381438aa81517319393547c255ed15f6fd263fa1 (patch)
treebb5dc8f1ecb95dcb917f9ccbd1d31a771a96bedd /app/src/main/res/xml
parent588043ae257fe7b22af1181b6ad67c05b35d6fe6 (diff)
parent3c32daaca2c3b3fbd826a927e60c87a57ef57ff2 (diff)
downloadinfinity-for-reddit-381438aa81517319393547c255ed15f6fd263fa1.tar
infinity-for-reddit-381438aa81517319393547c255ed15f6fd263fa1.tar.gz
infinity-for-reddit-381438aa81517319393547c255ed15f6fd263fa1.tar.bz2
infinity-for-reddit-381438aa81517319393547c255ed15f6fd263fa1.tar.lz
infinity-for-reddit-381438aa81517319393547c255ed15f6fd263fa1.tar.xz
infinity-for-reddit-381438aa81517319393547c255ed15f6fd263fa1.tar.zst
infinity-for-reddit-381438aa81517319393547c255ed15f6fd263fa1.zip
Merge pull request #97 from OHermesJunior/feature-swap-tap-and-long-click
Tapping to hide a comment's children is now available as an 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