added a setting for changing the function key width
This commit is contained in:
parent
110bd8175e
commit
5401f1e40c
22 changed files with 136 additions and 18 deletions
|
|
@ -35,6 +35,10 @@
|
|||
app:key="pref_arrow_keys_visible"
|
||||
app:title="@string/pref_arrow_keys_visible"
|
||||
app:summary="@string/pref_arrow_keys_visible_summary" />
|
||||
|
||||
<DropDownPreference
|
||||
app:key="pref_numpad_fn_key_width"
|
||||
app:title="@string/pref_numpad_fn_key_width" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/pref_category_hacks">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue