public class SpeedDialActionItem
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeedDialActionItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<SpeedDialActionItem> |
CREATOR |
static int |
RESOURCE_NOT_SET |
| Modifier | Constructor and Description |
|---|---|
protected |
SpeedDialActionItem(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
FabWithLabelView |
createFabWithLabelView(android.content.Context context) |
int |
describeContents() |
int |
getFabBackgroundColor() |
android.graphics.drawable.Drawable |
getFabImageDrawable(android.content.Context context)
Gets the current Drawable, or null if no Drawable has been assigned.
|
int |
getFabImageTintColor() |
int |
getFabSize() |
int |
getId() |
java.lang.String |
getLabel(android.content.Context context) |
int |
getLabelBackgroundColor() |
int |
getLabelColor() |
int |
getTheme() |
boolean |
isLabelClickable() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final int RESOURCE_NOT_SET
public static final android.os.Parcelable.Creator<SpeedDialActionItem> CREATOR
public int getId()
@Nullable public java.lang.String getLabel(android.content.Context context)
@Nullable public android.graphics.drawable.Drawable getFabImageDrawable(android.content.Context context)
context - A context to retrieve the Drawable from (needed for SpeedDialActionItem.Builder(int, int).public int getFabImageTintColor()
public int getFabBackgroundColor()
public int getLabelColor()
public int getLabelBackgroundColor()
public boolean isLabelClickable()
@StyleRes public int getTheme()
public FabWithLabelView createFabWithLabelView(android.content.Context context)
public int getFabSize()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable