public interface ColorAdapter<T extends android.view.View>
| Modifier and Type | Method and Description |
|---|---|
void |
applyColor(T view,
int color)
Apply the color to the given view
|
int |
getColor(T view)
Get the current color for the element
|
void applyColor(T view, int color)
view - the view to apply the color tocolor - the color to applyint getColor(T view)
view - the view to get the color from