Show number row on tablet

Show number row on tablet
This commit is contained in:
qw123wh 2022-02-22 14:36:22 +01:00 committed by GitHub
parent 2150e7b8ce
commit 6baf8a871f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>