aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-09-15 21:43:19 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-15 21:43:19 -0700
commit5d007ef38051eb8c33e2c7ad28e90e1d8ab9f4cb (patch)
tree7c0972ac329c515e5d05ce0c1d2cfea0f88c4bae /java
parent2b90a1adcb0d1fb1b8a082f2ef7d2658eb944cab (diff)
parent89e21ee1f5be55ac3db224ab54b27cc604087efa (diff)
downloadlatinime-5d007ef38051eb8c33e2c7ad28e90e1d8ab9f4cb.tar.gz
latinime-5d007ef38051eb8c33e2c7ad28e90e1d8ab9f4cb.tar.xz
latinime-5d007ef38051eb8c33e2c7ad28e90e1d8ab9f4cb.zip
am 89e21ee1: am 08cfebda: Move comma as default position of mini keyboard
Merge commit '89e21ee1f5be55ac3db224ab54b27cc604087efa' * commit '89e21ee1f5be55ac3db224ab54b27cc604087efa': Move comma as default position of mini keyboard
Diffstat (limited to 'java')
-rw-r--r--java/res/xml/popup_punctuation.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/popup_punctuation.xml b/java/res/xml/popup_punctuation.xml
index a29fb520d..7f88cd3e0 100644
--- a/java/res/xml/popup_punctuation.xml
+++ b/java/res/xml/popup_punctuation.xml
@@ -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>