Just use myedittext.setText("(c)"); or setText("\u1234") where 1234 is
the unicode character you want.

R/

On Thu, Nov 27, 2008 at 4:32 AM, ena <[EMAIL PROTECTED]> wrote:
>
> I try to draw SpecialCharacters in Edittext..
> i want draw '(c)' character
> i am used
>
> Java:
>
>  KeyCharacterMap keyCharacterMap = KeyCharacterMap
>                    .load(KeyCharacterMap.BUILT_IN_KEYBOARD);
> keyEvents = keyCharacterMap.getEvents(new char[]
> { '(c)'  });
>  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
-~----------~----~----~----~------~----~------~--~---

Reply via email to