mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-25 00:56:35 +00:00
Fixed misalignment in 4th row when splitting for tablet only (#67)
This commit is contained in:
parent
0bcf0ee78d
commit
b48c6b0077
4 changed files with 12 additions and 10 deletions
|
@ -57,13 +57,13 @@
|
|||
latin:keyStyle="languageSwitchKeyStyle" />
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="14.0%p" />
|
||||
latin:keyWidth="15.0%p" />
|
||||
</case>
|
||||
<!-- languageSwitchKeyEnabled="false" -->
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="21.0%p" />
|
||||
latin:keyWidth="22.0%p" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
latin:backgroundType="functional"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle" />
|
||||
latin:keyStyle="toSymbolKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_comma" />
|
||||
<!-- Space key. -->
|
||||
|
@ -39,10 +40,10 @@
|
|||
latin:keyboardLayout="@xml/key_space_3kw"
|
||||
latin:backgroundType="normal" />
|
||||
<Spacer
|
||||
latin:keyWidth="28.0%p" />
|
||||
latin:keyWidth="25.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="21.0%p" />
|
||||
latin:keyWidth="19.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_period" />
|
||||
<include
|
||||
|
|
|
@ -51,13 +51,13 @@
|
|||
latin:keyStyle="languageSwitchKeyStyle" />
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="16.0%p" />
|
||||
latin:keyWidth="15.0%p" />
|
||||
</case>
|
||||
<!-- languageSwitchKeyEnabled="false" -->
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="24.0%p" />
|
||||
latin:keyWidth="23.0%p" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
latin:backgroundType="functional"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle" />
|
||||
latin:keyStyle="toSymbolKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_comma" />
|
||||
<!-- Space key. -->
|
||||
|
@ -39,10 +40,10 @@
|
|||
latin:keyboardLayout="@xml/key_space_3kw"
|
||||
latin:backgroundType="normal" />
|
||||
<Spacer
|
||||
latin:keyWidth="20.0%p" />
|
||||
latin:keyWidth="19.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="24.0%p" />
|
||||
latin:keyWidth="22.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_period" />
|
||||
<include
|
||||
|
|
Loading…
Add table
Reference in a new issue