diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-15 15:58:17 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-15 15:58:17 +0000 |
commit | ef514a85c703464134934012b051979fa049a326 (patch) | |
tree | 2939ee01ea2bd1c1f983d22ad9d354723d193d46 /app/src/main/res/xml | |
parent | 9444599f4b4db7f41abc8f80c1826467e3cd402a (diff) | |
download | infinity-for-reddit-ef514a85c703464134934012b051979fa049a326.tar infinity-for-reddit-ef514a85c703464134934012b051979fa049a326.tar.gz infinity-for-reddit-ef514a85c703464134934012b051979fa049a326.tar.bz2 infinity-for-reddit-ef514a85c703464134934012b051979fa049a326.tar.lz infinity-for-reddit-ef514a85c703464134934012b051979fa049a326.tar.xz infinity-for-reddit-ef514a85c703464134934012b051979fa049a326.tar.zst infinity-for-reddit-ef514a85c703464134934012b051979fa049a326.zip |
Add an option to disable pull to refresh.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/gestures_and_buttons_preference.xml | 5 |
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 7b883826..bd407a7a 100644 --- a/app/src/main/res/xml/gestures_and_buttons_preference.xml +++ b/app/src/main/res/xml/gestures_and_buttons_preference.xml @@ -39,6 +39,11 @@ app:key="swap_tap_and_long_in_comments" app:title="@string/settings_swap_tap_and_long_title" /> + <SwitchPreference + app:defaultValue="true" + app:key="pull_to_refresh" + app:title="@string/settings_pull_to_refresh_title" /> + <Preference app:title="@string/settings_swipe_action_title" app:fragment="ml.docilealligator.infinityforreddit.Settings.SwipeActionPreferenceFragment" /> |