@Retention(value=CLASS)
@Target(value=TYPE)
public @interface BindToppingStatus
| Modifier and Type | Required Element and Description |
|---|---|
int |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends android.view.animation.Interpolator> |
interpolator
OPTIONAL
The Interpolator to use when changing color properties on views
|