mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-24 18:10:54 +00:00
Show number row on tablet
Show number row on tablet
This commit is contained in:
parent
88c81245da
commit
2150e7b8ce
1 changed files with 12 additions and 0 deletions
|
@ -23,6 +23,18 @@
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/key_styles_common" />
|
latin:keyboardLayout="@xml/key_styles_common" />
|
||||||
|
<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