summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-11-02 11:59:30 -0700
committerAndroid Code Review <code-review@android.com>2010-11-02 11:59:30 -0700
commitf0b45dc1745cdd5530f693fcceb12c18846a01f5 (patch)
tree6889d074d30e8eb148f914d1bce0897c630ff1c7
parent04d5d8f387c61472721905c664dd7a66e6027084 (diff)
parentb6733d9258ffa1cf8d5bd23729bbed308f7e4f29 (diff)
downloadPinyinIME-f0b45dc1745cdd5530f693fcceb12c18846a01f5.tar.gz
Merge "Fix showing wrong punctuation key as comma key"android-sdk-tools_r12android-sdk-adt_r12tools_r9tools_r8froyo-plus-aosp
-rw-r--r--res/xml/skb_phone.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/skb_phone.xml b/res/xml/skb_phone.xml
index 80a44fb..da5934b 100644
--- a/res/xml/skb_phone.xml
+++ b/res/xml/skb_phone.xml
@@ -56,7 +56,7 @@
<toggle_state state_id="@string/toggle_phone_sym" label="等 待" code="51"/>
</key>
<key icon="@drawable/num9" code="16">
- <toggle_state state_id="@string/toggle_phone_sym" label=","
+ <toggle_state state_id="@string/toggle_phone_sym" label="\#"/>
icon="@drawable/numpound"/>
</key>
<key code="67" key_type="1" repeat="true"/>