aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-10-14 12:57:22 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-10-14 12:57:22 +0000
commita8f21a94b093171c084678a03cbe7403f9b23452 (patch)
tree1b6278ea7ee194f4b4a4e1c7f40daa22a632f879 /app/src/main/res/xml
parentc8c3c23093bad7302acdfd587a1be2cd0290f851 (diff)
downloadinfinity-for-reddit-a8f21a94b093171c084678a03cbe7403f9b23452.tar
infinity-for-reddit-a8f21a94b093171c084678a03cbe7403f9b23452.tar.gz
infinity-for-reddit-a8f21a94b093171c084678a03cbe7403f9b23452.tar.bz2
infinity-for-reddit-a8f21a94b093171c084678a03cbe7403f9b23452.tar.lz
infinity-for-reddit-a8f21a94b093171c084678a03cbe7403f9b23452.tar.xz
infinity-for-reddit-a8f21a94b093171c084678a03cbe7403f9b23452.tar.zst
infinity-for-reddit-a8f21a94b093171c084678a03cbe7403f9b23452.zip
New option: Pinch to Zoom Video.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/gestures_and_buttons_preferences.xml6
1 files changed, 6 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 fd49d4c0..2784977a 100644
--- a/app/src/main/res/xml/gestures_and_buttons_preferences.xml
+++ b/app/src/main/res/xml/gestures_and_buttons_preferences.xml
@@ -54,6 +54,12 @@
app:key="swipe_between_posts"
app:title="@string/settings_swipe_between_posts_title" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="pinch_to_zoom_video"
+ app:title="@string/settings_pinch_to_zoom_video_title"
+ app:summary="@string/settings_experimental_feature" />
+
<Preference
app:title="@string/settings_swipe_action_title"
app:fragment="ml.docilealligator.infinityforreddit.settings.SwipeActionPreferenceFragment" />