Class

Alignment.Vertical

Specifies how a parent should lay its children out vertically, if the child has a height smaller than the parent.

Source set: Android
public value class Vertical private constructor(private val value: Int)

Specifies how a parent should lay its children out vertically, if the child has a height smaller than the parent.

Companion Object

Properties

Source set: Android
public val Top: Vertical
Source set: Android
public val CenterVertically: Vertical
Source set: Android
public val Bottom: Vertical

Last updated: