mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-11 08:59:33 +00:00
Show number row on tablet
Show number row on tablet
This commit is contained in:
parent
2150e7b8ce
commit
6baf8a871f
1 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,18 @@
|
||||||
<!-- TODO: Consolidate the layout specification between protrait and landscape.
|
<!-- TODO: Consolidate the layout specification between protrait and landscape.
|
||||||
Ideally just the keyWidth should be different and the spacer should adjust to fill
|
Ideally just the keyWidth should be different and the spacer should adjust to fill
|
||||||
the available space. -->
|
the available space. -->
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:numberRowEnabled="true"
|
||||||
|
>
|
||||||
|
<Row
|
||||||
|
latin:keyWidth="10%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_symbols1" />
|
||||||
|
</Row>
|
||||||
|
</case>
|
||||||
|
</switch>
|
||||||
<!-- First row -->
|
<!-- First row -->
|
||||||
<Row>
|
<Row>
|
||||||
<switch>
|
<switch>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue