Setting swipe action threshold is available.

This commit is contained in:
Alex Ning
2020-09-25 23:38:31 +08:00
parent 878328c01c
commit 428734bdde
7 changed files with 46 additions and 2 deletions

View File

@@ -259,4 +259,15 @@
<item>Search</item>
</string-array>
<string-array name="settings_swipe_action_threshold">
<item>0.1</item>
<item>0.2</item>
<item>0.3</item>
<item>0.4</item>
<item>0.5</item>
<item>0.6</item>
<item>0.7</item>
<item>0.8</item>
</string-array>
</resources>

View File

@@ -471,6 +471,7 @@
<string name="settings_vibrate_when_action_triggered_title">Vibrate the phone when the action is triggered</string>
<string name="settings_disable_swiping_between_tabs_title">Disable Swiping Between Tabs</string>
<string name="settings_enable_swipe_action_title">Enable Swipe Action</string>
<string name="settings_swipe_action_threshold">Threshold</string>
<string name="settings_pull_to_refresh_title">Pull to Refresh</string>
<string name="settings_security_title">Security</string>
<string name="settings_require_authentication_to_go_to_account_section_in_navigation_drawer_title">Require Authentication to Go to Account Section in Navigation Drawer</string>