From 9d614bc4fe35674ffbfd067aed11e0b9c314e6df Mon Sep 17 00:00:00 2001 From: juloo Date: Sat, 8 Aug 2015 23:07:38 +0200 Subject: More settings --- res/values/strings.xml | 9 ++++++--- res/xml/settings.xml | 35 ++++++++++++++++++++++++++--------- 2 files changed, 32 insertions(+), 12 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index cc6169b..ad5982e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,5 +1,6 @@ + Keyboard 2.0 Keyboard 2.0 Settings @@ -15,13 +16,15 @@ Typing Precision Distance of corner values (%spx) + Long press timeout + %sms + Long press interval + %sms Vibration Vibration Enable/Disable vibrations Duration - Change vibrations duration - - Other + %sms diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 7902527..fe6dbef 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -14,13 +14,26 @@ android:key="sub_value_dist" android:title="@string/pref_preci_title" android:summary="@string/pref_preci_summary" - android:defaultValue="8.0" + android:defaultValue="10.0" min="5.0" - max="20.0" + max="25.0" + /> + + - - - - - - - + -- cgit v1.2.3