Example usage for android.widget CheckBox subclass-usage

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

Introduction

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

Usage

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

/**
 * A {@link CheckBox} which supports compatible features on older version of the platform,
 * including:
 * <ul>
 *     <li>Allows dynamic tint of it background via the background tint methods in
 *     {@link android.support.v4.widget.CompoundButtonCompat}.</li>

From source file android.support.v7ox.widget.AppCompatCheckBox.java

/**
 * A {@link CheckBox} which supports compatible features on older version of the platform,
 * including:
 * <ul>
 *     <li>Allows dynamic tint of it background via the background tint methods in
 *     {@link android.support.v4.widget.CompoundButtonCompat}.</li>

From source file poche.fm.potunes.widgets.TintCheckBox.java

/**
 * @author xyczero617@gmail.com
 * @time 16/1/27
 */
public class TintCheckBox extends CheckBox implements Tintable, AppCompatBackgroundHelper.BackgroundExtensible,
        AppCompatCompoundButtonHelper.CompoundButtonExtensible, AppCompatTextHelper.TextExtensible {

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

/**
 * @author xyczero617@gmail.com
 * @time 16/1/27
 */
public class TintCheckBox extends CheckBox implements Tintable, AppCompatBackgroundHelper.BackgroundExtensible,
        AppCompatCompoundButtonHelper.CompoundButtonExtensible, AppCompatTextHelper.TextExtensible {

From source file com.tencent.tws.assistant.widget.CheckBox.java

/**
 * A {@link CheckBox} which supports compatible features on older version of the platform, including:
 * <ul>
 * <li>Allows dynamic tint of it background via the background tint methods in
 * {@link android.support.v4.widget.CompoundButtonCompat}.</li>
 * <li>Allows setting of the background tint using {@link R.attr#buttonTint} and {@link R.attr#buttonTintMode}