added a setting for hiding the arrow keys
This commit is contained in:
parent
4bd6ddef89
commit
110bd8175e
18 changed files with 81 additions and 1 deletions
|
|
@ -30,6 +30,11 @@
|
|||
<DropDownPreference
|
||||
app:key="pref_numpad_key_height"
|
||||
app:title="@string/pref_numpad_key_height" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:key="pref_arrow_keys_visible"
|
||||
app:title="@string/pref_arrow_keys_visible"
|
||||
app:summary="@string/pref_arrow_keys_visible_summary" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/pref_category_hacks">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue