Android TextView Justify Text

前端 未结 29 1214
滥情空心
滥情空心 2020-11-22 03:28

How do you get the text of a TextView to be Justified (with text flush on the left- and right- hand sides)?

I found a possible solution here, but it do

29条回答
  •  醉酒成梦
    2020-11-22 03:58

    For html formating you don't need to call the Webkit, you could use Html.fromHtml(text) to do the job.

    Source : http://developer.android.com/guide/topics/resources/string-resource.html

提交回复
热议问题