mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
0eb8d28c1b
Closes #194 on GitHub Signed-off-by: Aleksandras Kostarevas <aleks076@protonmail.com>
18 lines
386 B
XML
18 lines
386 B
XML
<merge
|
|
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
|
>
|
|
<switch>
|
|
<case latin:numberRow="true">
|
|
<Row
|
|
latin:keyWidth="10%p"
|
|
>
|
|
<include
|
|
latin:keyboardLayout="@xml/rowkeys_numbers_arabic" />
|
|
</Row>
|
|
</case>
|
|
<default>
|
|
|
|
</default>
|
|
</switch>
|
|
</merge>
|