Class

Alignment.Horizontal

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

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

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