allow adjusting popup order and label source

This commit is contained in:
Helium314 2023-12-25 09:20:15 +01:00
parent 07f2c43e38
commit 7097fd8fae
19 changed files with 401 additions and 251 deletions

View file

@ -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"