HorizontalOrVertical

Used to specify the horizontal arrangement of the layout's children in horizontal layouts like Row, or the vertical arrangement of the layout's children in vertical layouts like Column.

Properties

Link copied to clipboard
open override val spacing: Int

Spacing that should be added between any two adjacent layout children.

Functions

Link copied to clipboard
abstract fun arrange(totalSize: Int, sizes: IntArray, outPositions: IntArray)

Horizontally places the layout children.