Container

open class Container(val context: Context, var view: ViewGroup? = null) : ViewItem

Constructors

Link copied to clipboard
constructor(context: Context, view: ViewGroup? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addChild(child: View)
Link copied to clipboard
Link copied to clipboard
fun Container.textView(builder: MaterialTextView.() -> Unit)
Link copied to clipboard
inline fun Container.verticalLayout(builder: Container.() -> Unit): LinearLayout