I want to use a string like this:
<string name="deleting">Deleting...</string>
I don't know what is the code which should i use instead of ...
Also, does that answer would be different if i choosed another language than english ?
I want to use a string like this:
<string name="deleting">Deleting...</string>
I don't know what is the code which should i use instead of ...
Also, does that answer would be different if i choosed another language than english ?
…
is the unicode for …
so replace Deleting...
by …
.
<string name="deleting">Deleting…</string>
Credits to warren faith source @
Android Replace "..." with ellipsis character
You can use ...
. The lint will warn you about it (Replace "..." with ellipsis character (..., …) ). You can disable Lint warning. I would not disable lint warning because i feel its useful.
Go to Window -> Preferences -> Android -> Lint Error Checking And search for "ellipsis". Change the warning level to "Info" or "Ignore".
You Can Use ANY value between
<string name="deleting">Blank$***_ - ()!@#45 </string>
this tag .... Use and Enjoy Android Development..
best wish to you,