mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-02 21:02:13 +00:00
make popup hint optional for both styles
This commit is contained in:
parent
85ecce430e
commit
0497bf4702
6 changed files with 19 additions and 4 deletions
|
@ -27,6 +27,13 @@
|
|||
android:defaultValue="true"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:key="pref_show_popup_hints"
|
||||
android:title="@string/show_popup_hints"
|
||||
android:summary="@string/show_popup_hints_summary"
|
||||
android:defaultValue="false"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:key="vibrate_on"
|
||||
android:title="@string/vibrate_on_keypress"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue