From b5a96dc4dcee3a736390d868a3b0be52a019d56d Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 9 Jun 2024 14:25:19 +0200 Subject: Option to tweak or disable the circle gesture --- res/values/arrays.xml | 12 ++++++++++++ res/values/strings.xml | 5 +++++ 2 files changed, 17 insertions(+) (limited to 'res/values') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 04d13f9..9176882 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -54,4 +54,16 @@ 25 35 + + @string/pref_circle_sensitivity_e_high + @string/pref_circle_sensitivity_e_medium + @string/pref_circle_sensitivity_e_low + @string/pref_circle_sensitivity_e_disabled + + + 2 + 3 + 4 + 12 + diff --git a/res/values/strings.xml b/res/values/strings.xml index 542feee..9050ce8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -77,6 +77,11 @@ This application contains no ads, doesn't make any network requests and is Open Customize borders Border Width Corner radius + Circle gesture sensitivity + High + Medium + Low + Disabled Next Done Go -- cgit v1.2.3