I try to draw SpecialCharacters in Edittext..
i want draw '©' character
i am used
Java:
KeyCharacterMap keyCharacterMap = KeyCharacterMap
.load(KeyCharacterMap.BUILT_IN_KEYBOARD);
keyEvents = keyCharacterMap.getEvents(new char[]
{ '©' });
dispatchKeyEvents(Main.edittext, keyEvents);
but it's show error..could u plz tel me..how to draw it???
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---