am 08b84a6b: Fix background of ".com" key on tablet symbols

* commit '08b84a6bed2fff7dba8696c9bcb6aedb79bd2f52':
  Fix background of ".com" key on tablet symbols
main
Tadashi G. Takaoka 2013-12-05 19:48:04 -08:00 committed by Android Git Automerger
commit 5a5a1dcf08
4 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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>