Hi,

Thanks for the answer.
The characters I want to use are there, but when I use them a rectangle
appears where the character should be :(

I'm using the strings.xml to put the buttons text, like this:
<string name="arrow">&#x21A8;</string>

 and in the layout XML file I reference this text like this
<Button android:text="@string/arrow" ... />

I'm I doing something wrong? I suppose I'm not, because this method work
very well with the other characters.

Thanks,
Rui

On Wed, Nov 26, 2008 at 1:24 AM, Dan Bornstein <[EMAIL PROTECTED]> wrote:

>
> On Tue, Nov 25, 2008 at 6:19 PM, Rui Castro <[EMAIL PROTECTED]> wrote:
> > Is there a list of supported characters in Android?
>
> You can find the fonts that are part of Android in
> <frameworks/base/data/fonts> in the open source repository.
>
> -dan
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" 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-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to