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 ++++++++++++++ res/values/strings.xml | 9 +++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) (limited to 'res/values') 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 + diff --git a/res/values/strings.xml b/res/values/strings.xml index ca31dca..59689ea 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -11,8 +11,8 @@ Show every accents Hide accents Typing - Precision - Distance of corner values (%sdp) + Swiping distance + Distance of characters in the corners of the keys (%s) Long press timeout Long press interval Vibration @@ -31,4 +31,9 @@ Dark Light Black + Very short + Short + Normal + Far + Very far -- cgit v1.2.3