abouttreesummaryrefslogcommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorJules Aguillon2021-12-30 22:22:25 +0100
committerJules Aguillon2021-12-30 22:22:25 +0100
commit9c82c9cfdcd1e6ac69ebe467932bedfc930cf9bc (patch)
tree2c9a4b109e083db0e5ecdffcaf022c88b0c35df1 /res/xml
parent8bef0728ae61e70291d3ea8f2e583e9fc94aff0d (diff)
downloadunexpected-keyboard-9c82c9cfdcd1e6ac69ebe467932bedfc930cf9bc.tar.gz
unexpected-keyboard-9c82c9cfdcd1e6ac69ebe467932bedfc930cf9bc.zip
Improve the "precision" option
Now named "swiping distance". Changed to a dropdown.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 94c96d6..c882f00 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -5,7 +5,7 @@
<ListPreference android:key="accents" android:title="@string/pref_accents_title" android:summary="%s" android:defaultValue="1" android:entries="@array/pref_accents_entries" android:entryValues="@array/pref_accents_values"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_typing">
- <juloo.common.SlideBarPreference android:key="sub_value_dist" android:title="@string/pref_preci_title" android:summary="@string/pref_preci_summary" android:defaultValue="10.0" min="5.0" max="25.0"/>
+ <ListPreference android:key="swipe_dist" android:title="@string/pref_swipe_dist_title" android:summary="@string/pref_swipe_dist_summary" android:defaultValue="15" android:entries="@array/pref_swipe_dist_entries" android:entryValues="@array/pref_swipe_dist_values"/>
<juloo.common.IntSlideBarPreference android:key="longpress_timeout" android:title="@string/pref_long_timeout_title" android:summary="%sms" android:defaultValue="600" min="50" max="2000"/>
<juloo.common.IntSlideBarPreference android:key="longpress_interval" android:title="@string/pref_long_interval_title" android:summary="%sms" android:defaultValue="25" min="5" max="100"/>
<CheckBoxPreference android:key="precise_repeat" android:title="@string/pref_precise_repeat_title" android:summary="@string/pref_precise_repeat_summary" android:defaultValue="true"/>