mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix background of ".com" key on tablet symbols
Bug: 12023755 Change-Id: I9eb8c1e5c637ddc6f0f36b783fcb289b5865ac22
This commit is contained in:
parent
f2d689c4da
commit
08b84a6bed
@ -22,5 +22,6 @@
|
|||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
|
latin:backgroundType="normal"
|
||||||
latin:keyboardLayout="@xml/key_space_5kw" />
|
latin:keyboardLayout="@xml/key_space_5kw" />
|
||||||
</merge>
|
</merge>
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="9.0%p"
|
latin:keyWidth="9.0%p"
|
||||||
|
latin:backgroundType="functional"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="toAlphaKeyStyle"
|
latin:keyStyle="toAlphaKeyStyle"
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="9.0%p"
|
latin:keyWidth="9.0%p"
|
||||||
|
latin:backgroundType="functional"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="toAlphaKeyStyle"
|
latin:keyStyle="toAlphaKeyStyle"
|
||||||
|
@ -19,15 +19,12 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" >
|
<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" >
|
||||||
|
|
||||||
<Key
|
<Key
|
||||||
latin:backgroundType="functional"
|
|
||||||
latin:keyLabel="_" />
|
latin:keyLabel="_" />
|
||||||
<Key
|
<Key
|
||||||
latin:backgroundType="functional"
|
|
||||||
latin:keyLabel="/" />
|
latin:keyLabel="/" />
|
||||||
|
<include
|
||||||
<include latin:keyboardLayout="@xml/key_space_symbols" />
|
latin:keyboardLayout="@xml/key_space_symbols" />
|
||||||
<include latin:keyboardLayout="@xml/keys_comma_period_symbols" />
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keys_comma_period_symbols" />
|
||||||
</merge>
|
</merge>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user