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

Having different display text and link text

viju2008 opened this issue · comments

Can i show a different display text and have a different link text with this library

for example http://google.com is the link to be opened but i want to show the display text as Google

  1. Google

On clicking Google the corresponding link text http://google.com should be opened

Is it possible with this library

Any Luck with this issue