From 428734bddeb7eea9b63d6d8e965d27beb9e7bc93 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 25 Sep 2020 23:38:31 +0800 Subject: Setting swipe action threshold is available. --- app/src/main/res/values/arrays.xml | 11 +++++++++++ app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/swipe_action_preferences.xml | 8 ++++++++ 3 files changed, 20 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index f0685277..41eedb8e 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -259,4 +259,15 @@ Search + + 0.1 + 0.2 + 0.3 + 0.4 + 0.5 + 0.6 + 0.7 + 0.8 + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4c209afb..0e83c1d8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -471,6 +471,7 @@ Vibrate the phone when the action is triggered Disable Swiping Between Tabs Enable Swipe Action + Threshold Pull to Refresh Security Require Authentication to Go to Account Section in Navigation Drawer diff --git a/app/src/main/res/xml/swipe_action_preferences.xml b/app/src/main/res/xml/swipe_action_preferences.xml index 423035a7..60a34c1b 100644 --- a/app/src/main/res/xml/swipe_action_preferences.xml +++ b/app/src/main/res/xml/swipe_action_preferences.xml @@ -16,4 +16,12 @@ app:key="disable_swiping_between_tabs" app:title="@string/settings_disable_swiping_between_tabs_title" /> + + \ No newline at end of file -- cgit v1.2.3