Stay organized with collections Save and categorize content based on your preferences.
added in version 25.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1

AppCompatRadioButton

public class AppCompatRadioButton
extends RadioButton implements TintableCompoundButton

java.lang.Object
   ↳ android.view.View
     ↳ android.widget.TextView
       ↳ android.widget.Button
         ↳ android.widget.CompoundButton
           ↳ android.widget.RadioButton
             ↳ android.support.v7.widget.AppCompatRadioButton


A RadioButton which supports compatible features on older versions of the platform, including:

This will automatically be used when you use RadioButton in your layouts and the top-level activity / dialog is provided by appcompat. You should only need to manually use this class when writing custom views.

Summary

Inherited constants

From class android.widget.TextView
From class android.view.View

Inherited fields

From class android.view.View

Public constructors

AppCompatRadioButton(Context context)
AppCompatRadioButton(Context context, AttributeSet attrs)
AppCompatRadioButton(Context context, AttributeSet attrs, int defStyleAttr)

Public methods

int getCompoundPaddingLeft()
void setButtonDrawable(int resId)
void setButtonDrawable(Drawable buttonDrawable)

Inherited methods

From class android.widget.RadioButton
From class android.widget.CompoundButton
From class android.widget.Button
From class android.widget.TextView