diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/swipe_action_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/swipe_action_preferences.xml b/app/src/main/res/xml/swipe_action_preferences.xml index daba347b..8cf502b8 100644 --- a/app/src/main/res/xml/swipe_action_preferences.xml +++ b/app/src/main/res/xml/swipe_action_preferences.xml @@ -6,4 +6,9 @@ app:key="vibrate_when_action_triggered" app:title="@string/settings_vibrate_when_action_triggered_title" /> + <SwitchPreference + app:defaultValue="false" + app:key="disable_swiping_between_tabs" + app:title="@string/settings_disable_swiping_between_tabs_title" /> + </PreferenceScreen>
\ No newline at end of file |