ChainStyle.Companion


object ChainStyle.Companion


Summary

Public functions

ChainStyle
Packed(bias: Float)

A chain style where the contained layouts are packed together and placed in the available space according to a given bias.

Public 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 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 properties

Packed

val PackedChainStyle

A chain style where the contained layouts are packed together and placed to the center of the available space.

Spread

val SpreadChainStyle

A chain style that evenly distributes the contained layouts.

SpreadInside

val SpreadInsideChainStyle

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.