+ 3
That's HTML. A TextView does not evaluate HTML that is passed into it. You can strike through the text by setting the paint flag. textView.setPaintFlags( textView.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);
17th Dec 2017, 8:01 AM
ChaoticDawg
ChaoticDawg - avatar