how do I use html in an android widget Button?
html
You should be able to use Html.fromHtml() to convert raw HTML into a Spanned object that you can use in a setText() call on your button. As the Html documentation states, "Not all HTML tags are supported".
Html.fromHtml()
Spanned
setText()
Html
1.4m articles
1.4m replys
5 comments
57.0k users