add setting to show first popup key as hint label

This commit is contained in:
Helium314 2023-12-10 18:31:03 +01:00
parent c5f3d4bfcf
commit bb7c1f5242
9 changed files with 23 additions and 5 deletions

View file

@ -17,6 +17,12 @@
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:defaultValue="false"
android:persistent="true" />
<SwitchPreferenceCompat
android:key="pref_show_popup_hints"
android:title="@string/show_popup_hints"