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

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

Introduction

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

Usage

From source file com.lloydtorres.stately.helpers.SpoilerSpan.java

/**
 * Created by Lloyd on 2016-04-13.
 * A ClickableSpan implementation for spoiler links.
 */
public class SpoilerSpan extends ClickableSpan {

From source file com.lloydtorres.stately.helpers.links.NameListSpan.java

/**
 * Created by Lloyd on 2016-09-15.
 * A clickable span that can show a NameListDialog.
 */
public class NameListSpan extends ClickableSpan {

From source file com.lloydtorres.stately.helpers.links.SpoilerSpan.java

/**
 * Created by Lloyd on 2016-04-13.
 * A ClickableSpan implementation for spoiler links.
 */
public class SpoilerSpan extends ClickableSpan {