operator fun ViewGroup.plusAssign(view: View): Unit
Adds a child view to the receiver.
operator fun ViewGroup.plusAssign(views: Iterable<View>): Unit
Adds child views to the receiver, in the original order.