how to add border to a text in textview android

前端 未结 4 1115
一整个雨季
一整个雨季 2020-12-31 04:32

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

4条回答
  •  情歌与酒
    2020-12-31 05:11

    Try this..

    
    

    and the result is

    result

    You can create custom border for text like this..Here is a sample application.

    enter image description here

提交回复
热议问题