This seems like a trivial problem, but is has me kind of stumped. I want to load an HTML string using Html.fromHtml(), and have any links in the string to be clickable and o
It should be this way:
textView.setText(Html.fromHtml("This is a link"));
textView.setAutoLinkMask(Linkify.WEB_URLS);
textView.setLinksClickable(true);
in XML should be