mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-17 11:59:34 +00:00
add option for narrower key gap
This commit is contained in:
parent
77baaff462
commit
ffa9a01a2b
17 changed files with 80 additions and 21 deletions
|
@ -263,8 +263,12 @@
|
|||
<attr name="rowHeight" format="dimension|fraction" />
|
||||
<!-- Default horizontal gap between keys, in the proportion of keyboard width. -->
|
||||
<attr name="horizontalGap" format="fraction" />
|
||||
<!-- Default horizontal gap between keys, in the proportion of keyboard width. -->
|
||||
<attr name="horizontalGapNarrow" format="fraction" />
|
||||
<!-- Default vertical gap between rows of keys, in the proportion of keyboard height. -->
|
||||
<attr name="verticalGap" format="fraction" />
|
||||
<!-- Default vertical gap between rows of keys, in the proportion of keyboard height. -->
|
||||
<attr name="verticalGapNarrow" format="fraction" />
|
||||
<!-- More keys keyboard layout template -->
|
||||
<attr name="moreKeysTemplate" format="reference" />
|
||||
<!-- Icon set for key top and key preview. These should be aligned with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue