Source set: Android
public 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.
Members
Companion
Source set: Android
public companion object
Properties
Start
Source set: Android
public val Start: Horizontal = Horizontal(0)
CenterHorizontally
Source set: Android
public val CenterHorizontally: Horizontal = Horizontal(1)
End
Source set: Android
public val End: Horizontal = Horizontal(2)