diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/gestures_and_buttons_preferences.xml | 6 |
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" /> |