ViewCreator

fun interface ViewCreator<V : View>

Creates a View of the specified type.

Parameters

V

the type of View to create.

Functions

Link copied to clipboard
abstract fun createView(c: Context, parent: ViewGroup?): V