addViews

open fun addViews(parent: T, views: List<View>)

Convenience method for batching a set of addView calls Note that this adds the views to the beginning of the ViewGroup

Parameters

parent

the parent ViewGroup

views

the set of views to add