Class

Alignment.Horizontal

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

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

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

Companion Object

Properties

Source set: Android
public val Start: Horizontal
Source set: Android
public val CenterHorizontally: Horizontal
Source set: Android
public val End: Horizontal

Last updated: