public class CheckableImageButton
extends TintableImageButton
ImageButton that supports checkable state
| Constructor and Description |
|---|
CheckableImageButton() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isChecked() |
int[] |
onCreateDrawableState() |
void |
onRestoreInstanceState() |
android.os.Parcelable |
onSaveInstanceState() |
void |
setChecked() |
void |
toggle() |
drawableStateChanged, setColorFilterpublic int[] onCreateDrawableState()
public boolean isChecked()
public void setChecked()
public void toggle()
public android.os.Parcelable onSaveInstanceState()
public void onRestoreInstanceState()