diff options
author | 2009-11-15 10:17:09 -0800 | |
---|---|---|
committer | 2009-11-15 10:17:09 -0800 | |
commit | 6aa7f59292b13a5428afb872dd0fa3a3902c8c61 (patch) | |
tree | 5ca6552de080d5a2a992a8e76820b824c760080e | |
parent | 93788b68742b8751b58bda5f90710054d1cb3bbc (diff) | |
parent | cb3b6870889c6ead35cc74e9c38d79e5cb1de1ef (diff) | |
download | latinime-6aa7f59292b13a5428afb872dd0fa3a3902c8c61.tar.gz latinime-6aa7f59292b13a5428afb872dd0fa3a3902c8c61.tar.xz latinime-6aa7f59292b13a5428afb872dd0fa3a3902c8c61.zip |
Merge change I5eb95ef4 into eclair-mr2
* changes:
Remove U+U2042 ASTERISM from the longpress special-character dialog.
-rwxr-xr-x | res/xml/kbd_symbols.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/kbd_symbols.xml b/res/xml/kbd_symbols.xml index 48afd89a1..b1b75c620 100755 --- a/res/xml/kbd_symbols.xml +++ b/res/xml/kbd_symbols.xml @@ -73,7 +73,7 @@ <Key android:codes="38" android:keyLabel="&"/> <Key android:codes="42" android:keyLabel="*" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="†‡⁂★" + android:popupCharacters="†‡★" /> <Key android:codes="45" android:keyLabel="-" android:popupKeyboard="@xml/kbd_popup_template" |