am 08cfebda: Move comma as default position of mini keyboard

Merge commit '08cfebda8b535424ee5f2790ab5a15d18a995a39' into gingerbread-plus-aosp

* commit '08cfebda8b535424ee5f2790ab5a15d18a995a39':
  Move comma as default position of mini keyboard
main
Tadashi G. Takaoka 2010-09-15 20:49:37 -07:00 committed by Android Git Automerger
commit 89e21ee1f5
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@
</Row>
<Row android:rowEdgeFlags="bottom">
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
<Key android:keyLabel="," />
<Key android:keyLabel="\@" />
<Key android:keyLabel="\'" />
<Key android:keyLabel="&quot;" />
<Key android:keyLabel="\?" />
<Key android:keyLabel="!" android:keyEdgeFlags="right" />
<Key android:keyLabel="!" />
<Key android:keyLabel="," android:keyEdgeFlags="right" />
</Row>
</Keyboard>