Ejemplo n.º 1
0
 public void enableAutoLink() {
   textView.setAutoLinkMask(Linkify.ALL);
 }
Ejemplo n.º 2
0
 public void setHtmlText(String text) {
   textView.setHtmlText(text);
 }