mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-03 13:20:31 +00:00
add setting to show first popup key as hint label
This commit is contained in:
parent
c5f3d4bfcf
commit
bb7c1f5242
9 changed files with 23 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue