Android textview html font size tag

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

I use tag in android textview like this

resultTextView.setText(Html.fromHtml(\"T         


        
3条回答
  •  故里飘歌
    2021-02-01 03:58

    There is exact question Using size HTML attribute in TextView . It says it ignores the size. You can use use for smaller text and so on. only supports color and face attributes. see android.text.Html (on GrepCode) and How to apply font size while rendering HTML code in Android or Java and TextView with different textSize for more. Hope it helps in someway.

提交回复
热议问题