aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-11-11 17:11:19 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-11 17:11:19 -0800
commit044bc302ba55e6739fa5731551b8464386bc215f (patch)
tree8db75151f3547b9048b6eff6acd70454674e7cac
parentcf27e2f4fed51a889fd8f2e5ff02fe18ba41690b (diff)
parentef9012c6c63350e52dbcce597623dcc4705a8ff9 (diff)
downloadlatinime-044bc302ba55e6739fa5731551b8464386bc215f.tar.gz
latinime-044bc302ba55e6739fa5731551b8464386bc215f.tar.xz
latinime-044bc302ba55e6739fa5731551b8464386bc215f.zip
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.
-rw-r--r--res/xml/popup_punctuation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/popup_punctuation.xml b/res/xml/popup_punctuation.xml
index 7f9f61129..518e3f1f2 100644
--- a/res/xml/popup_punctuation.xml
+++ b/res/xml/popup_punctuation.xml
@@ -27,7 +27,7 @@
<Row android:rowEdgeFlags="top">
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
- <Key android:keyLabel="\\" />
+ <Key android:keyLabel="," />
<Key android:keyLabel="&amp;" />
<Key android:keyLabel="(" />
<Key android:keyLabel=")" />