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(Context context)
Retrieves the color that should be used for the active border state
|
int |
activeFill(Context context)
Retrieves the color that should be used for the active fill state
|
int |
activeTextColor(Context context)
Retrieves the text color that should be used for the active state
|
int |
defaultEdge(Context context)
Retrieves the color that should be used for the default border state
|
int |
defaultFill(Context context)
Retrieves the color that should be used for the default fill state
|
int |
defaultTextColor(Context context)
Retrieves the text color that should be used for the default state
|
int |
disabledEdge(Context context)
Retrieves the color that should be used for the disabled border state
|
int |
disabledFill(Context context)
Retrieves the color that should be used for the disabled fill state
|
int |
disabledTextColor(Context context)
Retrieves the text color that should be used for the disabled state
|
static final java.lang.String KEY
int defaultFill(Context context)
context - the current contextint defaultEdge(Context context)
context - the current contextint defaultTextColor(Context context)
context - the current contextint activeFill(Context context)
context - the current contextint activeEdge(Context context)
context - the current contextint activeTextColor(Context context)
context - the current contextint disabledFill(Context context)
context - the current contextint disabledEdge(Context context)
context - the current contextint disabledTextColor(Context context)
context - the current context