Using size HTML attribute in TextView

后端 未结 5 1096
花落未央
花落未央 2020-12-10 13:47

I have the following:

textView.setText(Html.fromHtml(\"Hello\"));

The string \'H

5条回答
  •  自闭症患者
    2020-12-10 14:44

    Size attribute seems not working.

    You can use or (multiple times to increase the effect)

    You can also use

    to
    (Header only, i.e. add a new line)

    Its old-fashion, but it works well !

提交回复
热议问题