Alignment in Html.fromHtml()

前端 未结 7 835
眼角桃花
眼角桃花 2020-12-06 05:52

Is alignment working in HTML.fromHtml() in a TextView?

I tried

Test

and

7条回答
  •  半阙折子戏
    2020-12-06 06:02

    To set alignment in textview first set textview width to match_parent and then use text-align option in your HTML tag. something like this:

    this text should be in center of view

    Update: This solution just work in android 7 and above :|

提交回复
热议问题