V
- the type of View to create.public interface ViewCreator<V extends View>
ViewCreator
will be recycled across instances of
ViewCompatComponent.Modifier and Type | Method and Description |
---|---|
V |
createView(Context c,
ViewGroup parent) |
V createView(Context c, ViewGroup parent)
c
- android Context.parent
- the parent ViewGroup
, or null
if there isn't one.