Android textview html font size tag

后端 未结 3 2061
盖世英雄少女心
盖世英雄少女心 2021-02-01 03:35

I use tag in android textview like this

resultTextView.setText(Html.fromHtml(\"T         


        
3条回答
  •  渐次进展
    2021-02-01 03:45

    If you need only different size, you can use simple or and you can use it more times for one char.
    Example: "clasic text is ok, but bigger is better" You can use

    etc. too, but here is problem with margins.

提交回复
热议问题