diff options
| author | Matej Drobnič | 2025-06-29 16:50:56 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-29 16:50:56 +0200 |
| commit | 4ed8594794691e5991c414337fd4ede7a9e857cc (patch) | |
| tree | f3c77fa81bf000f4b617c57536989ed4da051464 /res/xml/settings.xml | |
| parent | f36a7c8e9d123c268c559a946304c45360b36810 (diff) | |
| download | unexpected-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.xml | 2 |
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"/> |
