public interface Styleable
ViewStyle
to an object. ViewStyle
objects allow you to affect background color, text, and borders.Modifier and Type | Method and Description |
---|---|
ViewStyle |
getViewStyle()
Retrieves a
ViewStyle for this object. |
void |
setViewStyle(ViewStyle vs)
Specifies a
ViewStyle for this object. |
ViewStyle getViewStyle()
ViewStyle
for this object.ViewStyle
for this object, or null
if no ViewStyle
has been explicitly set for this object.void setViewStyle(ViewStyle vs)
ViewStyle
for this object.vs
- A ViewStyle
for this object, or null
if no ViewStyle
has been explicitly set for this object.