Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从各种博客中读到 Html.fromHtml 支持 div 标签,但它不支持样式属性。
我想要做的是分配由包含 html 标签的字符串指定的背景颜色。就像是
<p style="background-color:green;">This is a paragraph.</p>
如果 Html.fromHtml() 不支持样式属性,是否有其他方法可以使用 html 标签更改 bgcolor。
谢谢。
使用代码:
yourfield.setBackgroundColor(Color.parseColor("#ca1216"));