Example usage for android.widget RadioButton subclass-usage

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

Introduction

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

Usage

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>

From source file android.support.v7ox.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>

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

/**
 * @author xyczero617@gmail.com
 * @time 16/1/19
 */
public class TintRadioButton extends RadioButton
        implements Tintable, AppCompatBackgroundHelper.BackgroundExtensible,

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

/**
 * @author xyczero617@gmail.com
 * @time 16/1/19
 */
public class TintRadioButton extends RadioButton
        implements Tintable, AppCompatBackgroundHelper.BackgroundExtensible,

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

/**
 * @author xyczero617@gmail.com
 * @time 16/1/19
 */
public class TintRadioButton extends RadioButton
        implements Tintable, AppCompatBackgroundHelper.BackgroundExtensible,

From source file com.tencent.tws.assistant.widget.RadioButton.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>
 * <li>Allows setting of the background tint using {@link R.attr#buttonTint} and {@link R.attr#buttonTintMode}