abouttreesummaryrefslogcommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
authorGero Streng2022-09-25 02:23:33 +0200
committerJules Aguillon2022-10-23 22:51:36 +0200
commitbaec5a76ee51e86c8256423924331908da75279f (patch)
treecdcd025f45773fc122e4d92f11b1baca6fcd1118 /res/xml/settings.xml
parentea0b873dd826b447c5518f033c9b832fb4be3dbf (diff)
downloadunexpected-keyboard-baec5a76ee51e86c8256423924331908da75279f.tar.gz
unexpected-keyboard-baec5a76ee51e86c8256423924331908da75279f.zip
Add optional NumPad
Shows a NumPad depending on preference: Never/Landscape/Always
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index e91c460..93badef 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -3,6 +3,7 @@
<PreferenceCategory android:title="@string/pref_category_layout">
<ListPreference android:key="layout" android:title="@string/pref_layout_title" android:summary="%s" android:defaultValue="system" android:entries="@array/pref_layout_entries" android:entryValues="@array/pref_layout_values"/>
<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"/>
+ <ListPreference android:key="show_numpad" android:title="@string/pref_show_numpad_title" android:summary="%s" android:defaultValue="1" android:entries="@array/pref_show_numpad_entries" android:entryValues="@array/pref_show_numpad_values"/>
<ListPreference android:key="programming_layout" android:title="@string/pref_programming_layout_title" android:summary="%s" android:defaultValue="none" android:entries="@array/pref_programming_layout_entries" android:entryValues="@array/pref_programming_layout_values"/>
<PreferenceScreen android:title="@string/pref_extra_keys_title">
<juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="0"/>