createView

abstract fun createView(c: Context, parent: ViewGroup?): V

Return

a new view of type V.

Parameters

c

android Context.

parent

the parent ViewGroup, or null if there isn't one.