mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-10 08:29:34 +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.
|
||||
Ideally just the keyWidth should be different and the spacer should adjust to fill
|
||||
the available space. -->
|
||||
<switch>
|
||||
<case
|
||||
latin:numberRowEnabled="true"
|
||||
>
|
||||
<Row
|
||||
latin:keyWidth="10%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_symbols1" />
|
||||
</Row>
|
||||
</case>
|
||||
</switch>
|
||||
<!-- First row -->
|
||||
<Row>
|
||||
<switch>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue