armcha / AutoLinkTextView

AutoLinkTextView is TextView that supports Hashtags (#), Mentions (@) , URLs (http://), Phone and Email automatically detecting and ability to handle clicks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Supporting HTML Text

anshulpatro opened this issue · comments

I am trying to set HTML type in my TextView like

tvComment.setAutoLinkText(Html.fromHtml(message));

But this is not supporting

Looking forward for help.