mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 0462f4dc
: Fix 10-inch tablet layout
* commit '0462f4dced99f1ec31e7ac40df8871024fe2a5f2': Fix 10-inch tablet layout
This commit is contained in:
commit
dd589f0ffb
@ -24,7 +24,7 @@
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<Row
|
||||
latin:keyWidth="7.000%p"
|
||||
latin:keyWidth="7.125%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="tabKeyStyle"
|
||||
@ -32,9 +32,6 @@
|
||||
latin:keyWidth="7.969%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_farsi1" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillBoth" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="7.125%p"
|
||||
@ -46,22 +43,19 @@
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_farsi2" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillBoth" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="7.375%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="13.829%p"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_farsi3" />
|
||||
latin:keyboardLayout="@xml/rowkeys_farsi3"
|
||||
latin:keyXPos="13.829%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keys_comma_period" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyXPos="-13.750%p"
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillBoth" />
|
||||
</Row>
|
||||
<include
|
||||
|
@ -35,6 +35,9 @@
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_greek1"
|
||||
latin:keyLabelFlags="disableAdditionalMoreKeys|disableKeyHintLabel" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillBoth"/>
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.125%p"
|
||||
|
@ -56,6 +56,8 @@
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="13.829%p" />
|
||||
<Spacer
|
||||
latin:keyWidth="3.689%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty3" />
|
||||
<include
|
||||
|
Loading…
Reference in New Issue
Block a user