CustomContainerView

fun CustomContainerView(    containerViewId: Int,     width: Int,     height: Int)

Parameters

containerViewId

The custom view container id

width

The width of the container view, either MATCH_PARENT, WRAP_CONTENT or a fixed size in pixels

height

The height of the container view, either MATCH_PARENT, WRAP_CONTENT or a fixed size in pixels