ChainStyle
class ChainStyle
The style of a horizontal or vertical chain.
Summary
Public companion functions |
|
|---|---|
ChainStyle |
A chain style where the contained layouts are packed together and placed in the available space according to a given |
Public companion properties |
|
|---|---|
ChainStyle |
A chain style where the contained layouts are packed together and placed to the center of the available space. |
ChainStyle |
A chain style that evenly distributes the contained layouts. |
ChainStyle |
A chain style where the first and last layouts are affixed to the constraints on each end of the chain and the rest are evenly distributed. |
Public companion functions
Packed
fun Packed(bias: Float): ChainStyle
A chain style where the contained layouts are packed together and placed in the available space according to a given bias.
Public companion properties
Packed
val Packed: ChainStyle
A chain style where the contained layouts are packed together and placed to the center of the available space.
Spread
val Spread: ChainStyle
A chain style that evenly distributes the contained layouts.
SpreadInside
val SpreadInside: ChainStyle
A chain style where the first and last layouts are affixed to the constraints on each end of the chain and the rest are evenly distributed.