如何在TextView中显示带有跨度样式颜色和背景颜色的HTML字符串?

时间:2018-03-16 14:00:35

标签: android html css

我有这样的字符串:

<p><span style="color: rgb(230, 0, 0);">should be text color red</span></p><p><br></p><p><br></p><p><span style="background-color: rgb(230, 0, 0);">should be text color red background</span></p>

有没有办法在TextView中显示它?

我想这样做: contentTextView.setText(Html.fromHtml(presentation.content),TextView.BufferType.SPANNABLE)

或者是否有任何图书馆可以克服我的问题?

0 个答案:

没有答案