add
fun <ViewType : View> ViewGroup.add(view: ViewType, index: Int = -1): ViewType
Content copied to clipboard
fun <ViewType : View> ViewGroup.add( view: ViewType, layout: ViewGroup.LayoutParams, index: Int = -1): ViewType
Content copied to clipboard