public interface BootstrapBrand
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY |
| Modifier and Type | Method and Description |
|---|---|
int |
activeEdge(android.content.Context context)
Retrieves the color that should be used for the active border state
|
int |
activeFill(android.content.Context context)
Retrieves the color that should be used for the active fill state
|
int |
activeTextColor(android.content.Context context)
Retrieves the text color that should be used for the active state
|
int |
defaultEdge(android.content.Context context)
Retrieves the color that should be used for the default border state
|
int |
defaultFill(android.content.Context context)
Retrieves the color that should be used for the default fill state
|
int |
defaultTextColor(android.content.Context context)
Retrieves the text color that should be used for the default state
|
int |
disabledEdge(android.content.Context context)
Retrieves the color that should be used for the disabled border state
|
int |
disabledFill(android.content.Context context)
Retrieves the color that should be used for the disabled fill state
|
int |
disabledTextColor(android.content.Context context)
Retrieves the text color that should be used for the disabled state
|
int |
getColor() |
static final java.lang.String KEY
int defaultFill(android.content.Context context)
context - the current contextint defaultEdge(android.content.Context context)
context - the current contextint defaultTextColor(android.content.Context context)
context - the current contextint activeFill(android.content.Context context)
context - the current contextint activeEdge(android.content.Context context)
context - the current contextint activeTextColor(android.content.Context context)
context - the current contextint disabledFill(android.content.Context context)
context - the current contextint disabledEdge(android.content.Context context)
context - the current contextint disabledTextColor(android.content.Context context)
context - the current contextint getColor()