Example usage for android.text.style URLSpan subclass-usage

List of usage examples for android.text.style URLSpan subclass-usage

Introduction

In this page you can find the example usage for android.text.style URLSpan subclass-usage.

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 {