| 接口 | 说明 |
|---|---|
| Action<T extends android.view.View> |
An action that can be applied to a list of views.
|
| Setter<T extends android.view.View,V> |
A setter that can apply a value to a list of views.
|
| Unbinder |
An unbinder contract that will unbind views when called.
|
| 类 | 说明 |
|---|---|
| ViewCollections |
Convenience methods for working with view collections.
|