Skip to content
Snippets Groups Projects
Commit 08b84a6b authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix background of ".com" key on tablet symbols

Bug: 12023755
Change-Id: I9eb8c1e5c637ddc6f0f36b783fcb289b5865ac22
parent f2d689c4
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,6 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<include
latin:backgroundType="normal"
latin:keyboardLayout="@xml/key_space_5kw" />
</merge>
......@@ -62,6 +62,7 @@
</Row>
<Row
latin:keyWidth="9.0%p"
latin:backgroundType="functional"
>
<Key
latin:keyStyle="toAlphaKeyStyle"
......
......@@ -64,6 +64,7 @@
</Row>
<Row
latin:keyWidth="9.0%p"
latin:backgroundType="functional"
>
<Key
latin:keyStyle="toAlphaKeyStyle"
......
......@@ -19,15 +19,12 @@
-->
<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" >
<Key
latin:backgroundType="functional"
latin:keyLabel="_" />
<Key
latin:backgroundType="functional"
latin:keyLabel="/" />
<include latin:keyboardLayout="@xml/key_space_symbols" />
<include latin:keyboardLayout="@xml/keys_comma_period_symbols" />
<include
latin:keyboardLayout="@xml/key_space_symbols" />
<include
latin:keyboardLayout="@xml/keys_comma_period_symbols" />
</merge>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment