Example usage for android.widget CheckedTextView subclass-usage

List of usage examples for android.widget CheckedTextView subclass-usage

Introduction

In this page you can find the example usage for android.widget CheckedTextView subclass-usage.

Usage

From source file com.bilibili.magicasakura.widgets.TintCheckedTextView.java

/**
 * @author xyczero617@gmail.com
 * @time 16/2/1
 * <p/>
 * special view for replacing view in preference , not recommend to use it in common
 * layout: select_dialog_singlechoice_xxx

From source file com.guoxiaoxing.cloud.music.magicasakura.widgets.TintCheckedTextView.java

/**
 * @author xyczero617@gmail.com
 * @time 16/2/1
 * <p>
 * special view for replacing view in preference , not recommend to use it in common
 * layout: select_dialog_singlechoice_xxx

From source file android.support.v7.widget.XpAppCompatCheckedTextView.java

/**
 * A {@link CheckedTextView} which supports compatible features on older version of the platform.
 * <p>
 * <p>This will automatically be used when you use {@link CheckedTextView} in your layouts.
 * You should only need to manually use this class when writing custom views.</p>
 */