我有这样的字符串:
<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)
或者是否有任何图书馆可以克服我的问题?