toggle menu
redwood-widget
0.8.0
android
switch theme
search in API
redwood-widget
/
app.cash.redwood.widget
/
ViewGroupChildren
/
ViewGroupChildren
View
Group
Children
android
constructor
(
parent
:
ViewGroup
,
insert
:
(
index
:
Int
,
view
:
View
)
->
Unit
=
{ index, view -> parent.addView(view, index) }
,
remove
:
(
index
:
Int
,
count
:
Int
)
->
Unit
=
{ index, count -> parent.removeViews(index, count) }
)