List of usage examples for android.text.style URLSpan subclass-usage
From source file com.lloydtorres.stately.helpers.URLSpanNoUnderline.java
/** * Created by Lloyd on 2016-01-20. * A helper object used to format TextViews with links. * In this case, it removes the underline and colours the link with the primary colour. */ public class URLSpanNoUnderline extends URLSpan {