am ef9012c6: Add comma to the popup punctuations since it\'s now not available on the main ABC keyboard.
Merge commit 'ef9012c6c63350e52dbcce597623dcc4705a8ff9' into eclair-mr2 * commit 'ef9012c6c63350e52dbcce597623dcc4705a8ff9': Add comma to the popup punctuations since it's now not available on the main ABC keyboard.main
commit
044bc302ba
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<Row android:rowEdgeFlags="top">
|
<Row android:rowEdgeFlags="top">
|
||||||
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
|
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
|
||||||
<Key android:keyLabel="\\" />
|
<Key android:keyLabel="," />
|
||||||
<Key android:keyLabel="&" />
|
<Key android:keyLabel="&" />
|
||||||
<Key android:keyLabel="(" />
|
<Key android:keyLabel="(" />
|
||||||
<Key android:keyLabel=")" />
|
<Key android:keyLabel=")" />
|
||||||
|
|
Loading…
Reference in New Issue