addChildAt

fun addChildAt(view: View, index: Int)

Adds the view as a child at a specific index.

Remarks: if index is outside bounds 0..numChildren, it will be clamped to the nearest valid value.