public static class BindTopping.NONE extends java.lang.Object implements ColorAdapter<android.view.View>
| Constructor and Description |
|---|
NONE() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyColor(android.view.View view,
int color)
Apply the color to the given view
|
int |
getColor(android.view.View view)
Get the current color for the element
|
public void applyColor(android.view.View view,
int color)
ColorAdapterapplyColor in interface ColorAdapter<android.view.View>view - the view to apply the color tocolor - the color to applypublic int getColor(android.view.View view)
ColorAdaptergetColor in interface ColorAdapter<android.view.View>view - the view to get the color from