mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-03 13:20:31 +00:00
allow adjusting popup order and label source
This commit is contained in:
parent
07f2c43e38
commit
7097fd8fae
19 changed files with 401 additions and 251 deletions
|
@ -17,12 +17,13 @@
|
|||
android:defaultValue="true"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:key="pref_hint_label_from_first_more_key"
|
||||
android:title="@string/show_hints_from_first_popup_key"
|
||||
android:summary="@string/show_hints_from_first_popup_key_summary"
|
||||
android:defaultValue="false"
|
||||
android:persistent="true" />
|
||||
<Preference
|
||||
android:key="pref_more_keys_labels_order"
|
||||
android:title="@string/hint_source" />
|
||||
|
||||
<Preference
|
||||
android:key="pref_more_keys_order"
|
||||
android:title="@string/popup_order" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:key="pref_show_popup_hints"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue