aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-09-16 12:22:53 +0900
committerTadashi G. Takaoka <takaoka@google.com>2010-09-16 12:22:53 +0900
commit08cfebda8b535424ee5f2790ab5a15d18a995a39 (patch)
tree51b340aa4964702b29b141679e2e77167c1daaea /java
parent1508c0e84f0cd93ab6f5d46fea5026e833f299bc (diff)
downloadlatinime-08cfebda8b535424ee5f2790ab5a15d18a995a39.tar.gz
latinime-08cfebda8b535424ee5f2790ab5a15d18a995a39.tar.xz
latinime-08cfebda8b535424ee5f2790ab5a15d18a995a39.zip
Move comma as default position of mini keyboard
Bug: 3000978 Change-Id: I0369b3dc6ae58b77e7af112e446ae8189f5bbfc9
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>