Example usage for android.support.v4.widget TintableCompoundButton interface-usage

List of usage examples for android.support.v4.widget TintableCompoundButton interface-usage

Introduction

In this page you can find the example usage for android.support.v4.widget TintableCompoundButton interface-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.v7.widget.AppCompatRadioButton.java

/**
 * A {@link RadioButton} 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>