I\'ve got little problem, i need to remove or customize this orange highlight during clicking on clickablespan. This is my class extending ClickableSpan
public c
textView.setText(myString); Linkify.addLinks(textView,Linkify.ALL);
This works for me.