public final class ButtonAppearance
extends java.lang.Object
implements android.os.Parcelable
ButtonAppearance.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
ButtonAppearance.Builder
Builds a
ButtonAppearance. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ButtonAppearance> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
getBorderColor()
Returns the border color specified for Button.
|
float |
getBorderWidth()
Returns the border width specified for Button.
|
int |
getNormalColor()
Returns the background color specified for normal state of the Button.
|
int |
getPressedColor()
Returns the backgroundcolor specified for pressed state of the Button.
|
TextAppearance |
getTextAppearance()
Returns the text appearance specified for Button.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ButtonAppearance> CREATOR
public int getBorderColor()
public float getBorderWidth()
public int getNormalColor()
public int getPressedColor()
@Nullable public TextAppearance getTextAppearance()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable