abouttreesummaryrefslogcommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
authorMatej Drobnič2025-06-29 16:50:56 +0200
committerGitHub2025-06-29 16:50:56 +0200
commit4ed8594794691e5991c414337fd4ede7a9e857cc (patch)
treef3c77fa81bf000f4b617c57536989ed4da051464 /res/xml/settings.xml
parentf36a7c8e9d123c268c559a946304c45360b36810 (diff)
downloadunexpected-keyboard-4ed8594794691e5991c414337fd4ede7a9e857cc.tar.gz
unexpected-keyboard-4ed8594794691e5991c414337fd4ede7a9e857cc.zip
Add option to also disable number entry layout (#1007)
Diffstat (limited to 'res/xml/settings.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 0575877..40e3676 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -25,7 +25,7 @@
<CheckBoxPreference android:key="switch_input_immediate" android:title="@string/pref_switch_input_immediate_title" android:summary="@string/pref_switch_input_immediate_summary" android:defaultValue="false"/>
<CheckBoxPreference android:key="vibrate_custom" android:title="@string/pref_vibrate_custom" android:defaultValue="false"/>
<juloo.keyboard2.prefs.IntSlideBarPreference android:dependency="vibrate_custom" android:key="vibrate_duration" android:title="@string/pref_vibrate_duration_title" android:summary="%sms" android:defaultValue="20" min="0" max="100"/>
- <CheckBoxPreference android:key="pin_entry_enabled" android:title="@string/pref_pin_entry_enabled_title" android:summary="@string/pref_pin_entry_enabled_summary" android:defaultValue="true"/>
+ <ListPreference android:key="number_entry_layout" android:title="@string/pref_number_entry_title" android:summary="%s" android:defaultValue="pin" android:entries="@array/pref_number_entry_entries" android:entryValues="@array/pref_number_entry_values"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_style">
<ListPreference android:key="theme" android:title="@string/pref_theme" android:summary="%s" android:defaultValue="system" android:entries="@array/pref_theme_entries" android:entryValues="@array/pref_theme_values"/>