1

I found this solution

and it doesn't works for me. What I am doing wrong? I used it:

tv.setText(Html.fromHtml("<strike>111</strike> 222", null, new MyHtmlTagHandler());

but "111" showing as not strike out(

sorry if I am wrong, I am nub here)

Community
  • 1
  • 1
Denis K
  • 71
  • 5
  • @Blackbelt: Yes, but he's using a `TagHandler` that is supposed to support it. – CommonsWare Feb 27 '15 at 22:26
  • I missed that, sorry, – Blackbelt Feb 27 '15 at 22:27
  • I do not see anything obviously wrong in your code snippet here. I have no idea if that `TagHandler` actually works. If you're willing to restrict yourself to XHTML, you're welcome to look at [my nascent CWAC-RichTextUtils library](https://github.com/commonsguy/cwac-richtextutils), which definitely supports ``. – CommonsWare Feb 27 '15 at 22:28

0 Answers0