I have used
Linkify.addLinks(textview, Linkify.ALL);
To make a TextView clickable, and to act like, well, a link. The problem is, if the link is too large, it looks very ugly. Is there any way to make it shorter, or substitute the url for a text? Anybody knows of a library that can suit me?
Thank you.