In Android, how can you add a border around a text? I want a border around the text in TextView not around the TextView.Is there any way to do it in? If so, please
Try this..
and the result is
You can create custom border for text like this..Here is a sample application.