Refactored number row definition into one common file

This commit is contained in:
pdroidandroid@gmail.com 2022-03-07 12:16:26 +01:00
parent bc49c488a6
commit eaa24f0b24
94 changed files with 201 additions and 1106 deletions

View file

@ -26,18 +26,8 @@
<!-- 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> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<!-- First row --> <!-- First row -->
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
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>

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
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>

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9%p" latin:keyWidth="9%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -25,18 +25,8 @@
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto" > <merge xmlns:latin="http://schemas.android.com/apk/res-auto" >
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"
latin:keyWidth="8.182%p" > latin:keyWidth="8.182%p" >

View file

@ -20,13 +20,7 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common"/> <include latin:keyboardLayout="@xml/key_styles_common"/>
<switch> <include latin:keyboardLayout="@xml/row_optional_number_row" />
<case latin:numberRowEnabled="true">
<Row latin:keyWidth="10%p">
<include latin:keyboardLayout="@xml/rowkeys_symbols1"/>
</Row>
</case>
</switch>
<Row <Row
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"
latin:keyWidth="9.0%p"> latin:keyWidth="9.0%p">

View file

@ -18,18 +18,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -26,18 +26,8 @@
<!-- 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> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<!-- First row --> <!-- First row -->
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="7.5%p" latin:keyWidth="7.5%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="7.5%p" latin:keyWidth="7.5%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="7.0%p" latin:keyWidth="7.0%p"
> >

View file

@ -26,18 +26,8 @@
<!-- 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> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
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>

View file

@ -26,18 +26,8 @@
<!-- 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> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
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>

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
> >

View file

@ -25,18 +25,8 @@
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<include <include
latin:keyboardLayout="@xml/key_styles_currency" /> latin:keyboardLayout="@xml/key_styles_currency" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="7.5%p" latin:keyWidth="7.5%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto" > <merge xmlns:latin="http://schemas.android.com/apk/res-auto" >
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row latin:keyWidth="8.182%p" > <Row latin:keyWidth="8.182%p" >
<include latin:keyboardLayout="@xml/rowkeys_uzbek1" /> <include latin:keyboardLayout="@xml/rowkeys_uzbek1" />
<Key <Key

View file

@ -25,18 +25,8 @@
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
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> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<!-- First row --> <!-- First row -->
<Row> <Row>
<include <include

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:latin="http://schemas.android.com/apk/res-auto">
<switch>
<case
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
</merge>

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -21,18 +21,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<include latin:keyboardLayout="@xml/key_styles_currency" /> <include latin:keyboardLayout="@xml/key_styles_currency" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10.0%p" latin:keyWidth="10.0%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto" > <merge xmlns:latin="http://schemas.android.com/apk/res-auto" >
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"
latin:keyWidth="9.091%p" > latin:keyWidth="9.091%p" >

View file

@ -20,13 +20,7 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common"/> <include latin:keyboardLayout="@xml/key_styles_common"/>
<switch> <include latin:keyboardLayout="@xml/row_optional_number_row" />
<case latin:numberRowEnabled="true">
<Row latin:keyWidth="10%p">
<include latin:keyboardLayout="@xml/rowkeys_symbols1"/>
</Row>
</case>
</switch>
<Row <Row
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"
latin:keyWidth="10%p"> latin:keyWidth="10%p">

View file

@ -18,18 +18,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.3333%p" latin:keyWidth="8.3333%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.3333%p" latin:keyWidth="8.3333%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -21,18 +21,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<include latin:keyboardLayout="@xml/key_styles_currency" /> <include latin:keyboardLayout="@xml/key_styles_currency" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="7.692%p" latin:keyWidth="7.692%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto" > <merge xmlns:latin="http://schemas.android.com/apk/res-auto" >
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row latin:keyWidth="9.091%p" > <Row latin:keyWidth="9.091%p" >
<include latin:keyboardLayout="@xml/rowkeys_serbian_qwertz1" /> <include latin:keyboardLayout="@xml/rowkeys_serbian_qwertz1" />
</Row> </Row>

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
> >

View file

@ -25,18 +25,8 @@
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<include <include
latin:keyboardLayout="@xml/key_styles_currency" /> latin:keyboardLayout="@xml/key_styles_currency" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="9.091%p" latin:keyWidth="9.091%p"
latin:keyLabelFlags="fontNormal|autoXScale" latin:keyLabelFlags="fontNormal|autoXScale"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.3333%p" latin:keyWidth="8.3333%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -1,18 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="8.182%p" latin:keyWidth="8.182%p"
latin:keyLabelFlags="fontNormal" latin:keyLabelFlags="fontNormal"

View file

@ -20,18 +20,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto" > <merge xmlns:latin="http://schemas.android.com/apk/res-auto" >
<include latin:keyboardLayout="@xml/key_styles_common" /> <include latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row latin:keyWidth="9.091%p" > <Row latin:keyWidth="9.091%p" >
<include latin:keyboardLayout="@xml/rowkeys_uzbek1" /> <include latin:keyboardLayout="@xml/rowkeys_uzbek1" />
</Row> </Row>

View file

@ -23,18 +23,8 @@
> >
<include <include
latin:keyboardLayout="@xml/key_styles_common" /> latin:keyboardLayout="@xml/key_styles_common" />
<switch> <include
<case latin:keyboardLayout="@xml/row_optional_number_row" />
latin:numberRowEnabled="true"
>
<Row
latin:keyWidth="10%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_symbols1" />
</Row>
</case>
</switch>
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >