toggle menu
KAHelpers
androidJvm
switch theme
search in API
customviews
/
dev.funkymuse.customviews.ui
/
Container
Container
open
class
Container
(
val
context
:
Context
,
var
view
:
ViewGroup
?
=
null
)
:
ViewItem
Members
Members & Extensions
Constructors
Container
Link copied to clipboard
constructor
(
context
:
Context
,
view
:
ViewGroup
?
=
null
)
Properties
context
Link copied to clipboard
val
context
:
Context
view
Link copied to clipboard
var
view
:
ViewGroup
?
Functions
add
Child
Link copied to clipboard
fun
addChild
(
child
:
View
)
horizontal
Layout
Link copied to clipboard
inline
fun
Container
.
horizontalLayout
(
builder
:
Container
.
(
)
->
Unit
)
:
LinearLayout
text
View
Link copied to clipboard
fun
Container
.
textView
(
builder
:
MaterialTextView
.
(
)
->
Unit
)
vertical
Layout
Link copied to clipboard
inline
fun
Container
.
verticalLayout
(
builder
:
Container
.
(
)
->
Unit
)
:
LinearLayout