am 9b4e897e: Fix "." key code of number layout on 7 inch tablet (DO NOT MERGE)

* commit '9b4e897e985bead39a469d538b051aa0f4bf90c9':
  Fix "." key code of number layout on 7 inch tablet (DO NOT MERGE)
This commit is contained in:
Tadashi G. Takaoka 2011-05-31 02:38:27 -07:00 committed by Android Git Automerger
commit 3a35cf4ef3

View file

@ -98,16 +98,13 @@
<!-- This row is intentionally not marked as a top row --> <!-- This row is intentionally not marked as a top row -->
<Row> <Row>
<Key <Key
latin:code="45"
latin:keyLabel="-" latin:keyLabel="-"
latin:keyXPos="14.5%p" latin:keyXPos="14.5%p"
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key
latin:code="43"
latin:keyLabel="+" latin:keyLabel="+"
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key
latin:code="44"
latin:keyLabel="." latin:keyLabel="."
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key
@ -125,16 +122,13 @@
</Row> </Row>
<Row> <Row>
<Key <Key
latin:code="44"
latin:keyLabel="*" latin:keyLabel="*"
latin:keyXPos="14.5%p" latin:keyXPos="14.5%p"
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key
latin:code="46"
latin:keyLabel="/" latin:keyLabel="/"
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key
latin:code="59"
latin:keyLabel="," latin:keyLabel=","
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key
@ -155,16 +149,13 @@
ignore the touch event on the area, "(" is intentionally not marked as a left ignore the touch event on the area, "(" is intentionally not marked as a left
edge key. --> edge key. -->
<Key <Key
latin:code="40"
latin:keyLabel="(" latin:keyLabel="("
latin:keyXPos="14.5%p" latin:keyXPos="14.5%p"
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key
latin:code="41"
latin:keyLabel=")" latin:keyLabel=")"
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key
latin:code="78"
latin:keyLabel="=" latin:keyLabel="="
latin:keyWidth="9.1%p" /> latin:keyWidth="9.1%p" />
<Key <Key