Source set: Android
public 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.
Members
Companion
Source set: Android
public companion object
Properties
Top
Source set: Android
public val Top: Vertical = Vertical(0)
CenterVertically
Source set: Android
public val CenterVertically: Vertical = Vertical(1)
Bottom
Source set: Android
public val Bottom: Vertical = Vertical(2)