V - the type of View to create.public interface ViewCreator<V extends View>
| 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.