Skip to main content

Android Replace "…” with ellipsis character



Since AVD tools 16 I'm getting this warning:







Replace "..." with ellipsis character (..., …) ?







in my strings.xml





at this line







<string name="searching">Searching...</string>







How do I replace ... is it just literally: &#8230;





If someone could explain this encoding please?



Source: Tips4all

Comments

  1. &#8230; is the unicode for … so just replace it. Its better to have it as one char/symbol than three dots.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?