Unit |
|
ConstrainScope |
Specifies the constraints associated to the layout identified with ref.
|
HorizontalChainScope |
Specifies additional constraints associated to the horizontal chain identified with ref.
|
VerticalChainScope |
Specifies additional constraints associated to the vertical chain identified with ref.
|
Unit |
Convenient way to apply the same constraints to multiple ConstrainedLayoutReferences.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates and returns a left barrier, containing the specified elements.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates and returns a right barrier, containing the specified elements.
|
ConstraintLayoutBaseScope.HorizontalAnchor |
Creates and returns a bottom barrier, containing the specified elements.
|
ConstrainedLayoutReference |
Creates a Grid based helper that lays out its elements in a single Column.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates and returns an end barrier, containing the specified elements.
|
ConstrainedLayoutReference |
createFlow( vararg elements: LayoutReference?, flowVertically: Boolean, verticalGap: Dp, horizontalGap: Dp, maxElement: Int, padding: Dp, wrapMode: Wrap, verticalAlign: VerticalAlign, horizontalAlign: HorizontalAlign, horizontalFlowBias: Float, verticalFlowBias: Float, verticalStyle: FlowStyle, horizontalStyle: FlowStyle )
Flow helpers allows a long sequence of Composable widgets to wrap onto multiple rows or columns.
|
ConstrainedLayoutReference |
createFlow( vararg elements: LayoutReference?, flowVertically: Boolean, verticalGap: Dp, horizontalGap: Dp, maxElement: Int, paddingHorizontal: Dp, paddingVertical: Dp, wrapMode: Wrap, verticalAlign: VerticalAlign, horizontalAlign: HorizontalAlign, horizontalFlowBias: Float, verticalFlowBias: Float, verticalStyle: FlowStyle, horizontalStyle: FlowStyle )
Flow helpers allows a long sequence of Composable widgets to wrap onto multiple rows or columns.
|
ConstrainedLayoutReference |
createFlow( vararg elements: LayoutReference?, flowVertically: Boolean, verticalGap: Dp, horizontalGap: Dp, maxElement: Int, paddingLeft: Dp, paddingTop: Dp, paddingRight: Dp, paddingBottom: Dp, wrapMode: Wrap, verticalAlign: VerticalAlign, horizontalAlign: HorizontalAlign, horizontalFlowBias: Float, verticalFlowBias: Float, verticalStyle: FlowStyle, horizontalStyle: FlowStyle )
Flow helpers allows a long sequence of Composable widgets to wrap onto multiple rows or columns.
|
ConstrainedLayoutReference |
createGrid( vararg elements: LayoutReference, rows: @IntRange(from = 1) Int, columns: @IntRange(from = 1) Int, isHorizontalArrangement: Boolean, verticalSpacing: Dp, horizontalSpacing: Dp, rowWeights: FloatArray, columnWeights: FloatArray, skips: Array<Skip>, spans: Array<Span>, flags: GridFlag )
Helper that creates a fixed Grid layout.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates a guideline at a width fraction from the left of the ConstraintLayout.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates a guideline at a specific offset from the left of the ConstraintLayout.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates a guideline at a width fraction from the right of the ConstraintLayout.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates a guideline at a specific offset from the right of the ConstraintLayout.
|
ConstraintLayoutBaseScope.HorizontalAnchor |
Creates a guideline at a height percentage from the bottom of the ConstraintLayout.
|
ConstraintLayoutBaseScope.HorizontalAnchor |
Creates a guideline at a specific offset from the bottom of the ConstraintLayout.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates a guideline at a width fraction from the end of the ConstraintLayout.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates a guideline at a specific offset from the end of the ConstraintLayout.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates a guideline at a specific offset from the start of the ConstraintLayout.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates a guideline at a specific offset from the start of the ConstraintLayout.
|
ConstraintLayoutBaseScope.HorizontalAnchor |
Creates a guideline at a height fraction from the top of the ConstraintLayout.
|
ConstraintLayoutBaseScope.HorizontalAnchor |
Creates a guideline at a specific offset from the top of the ConstraintLayout.
|
HorizontalChainReference |
Creates a horizontal chain including the referenced layouts.
|
ConstrainedLayoutReference |
Creates a Grid based helper that lays out its elements in a single Row.
|
ConstraintLayoutBaseScope.VerticalAnchor |
Creates and returns a start barrier, containing the specified elements.
|
ConstraintLayoutBaseScope.HorizontalAnchor |
Creates and returns a top barrier, containing the specified elements.
|
VerticalChainReference |
Creates a vertical chain including the referenced layouts.
|
open operator Boolean |
|
open Int |
|
open Unit |
|
LayoutReference |
Sets the parameters that are used by chains to customize the resulting layout.
|
LayoutReference |
Sets the parameters that are used by horizontal chains to customize the resulting layout.
|
LayoutReference |
Sets the parameters that are used by vertical chains to customize the resulting layout.
|