I need to put some links in one TextView. For better user experience, I would like to highlight the links when user click by changing the foreground/background colors of the links.
I have tried android:textColorLink and TextView.setLinkTextColor(ColorStateList), but none of both works.
Any idea?
I think a best way is using Spannable