From 9c82c9cfdcd1e6ac69ebe467932bedfc930cf9bc Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 30 Dec 2021 22:22:25 +0100 Subject: Improve the "precision" option Now named "swiping distance". Changed to a dropdown. --- res/values/arrays.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'res/values/arrays.xml') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index d8c83f1..66d5699 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -32,4 +32,18 @@ light black + + @string/pref_swipe_dist_e_very_short + @string/pref_swipe_dist_e_short + @string/pref_swipe_dist_e_default + @string/pref_swipe_dist_e_far + @string/pref_swipe_dist_e_very_far + + + 5 + 7.5 + 15 + 25 + 35 + -- cgit v1.2.3