HorizontalChainScope

@LayoutScopeMarker
class HorizontalChainScope


Summary

Public properties

VerticalAnchorable

The left anchor of the chain - can be constrained using VerticalAnchorable.linkTo.

VerticalAnchorable

The right anchor of the chain - can be constrained using VerticalAnchorable.linkTo.

VerticalAnchorable

The end anchor of the chain - can be constrained using VerticalAnchorable.linkTo.

ConstrainedLayoutReference

Reference to the ConstraintLayout itself, which can be used to specify constraints between itself and its children.

VerticalAnchorable

The start anchor of the chain - can be constrained using VerticalAnchorable.linkTo.

Public properties

absoluteLeft

Added in 1.1.0
val absoluteLeftVerticalAnchorable

The left anchor of the chain - can be constrained using VerticalAnchorable.linkTo.

absoluteRight

Added in 1.1.0
val absoluteRightVerticalAnchorable

The right anchor of the chain - can be constrained using VerticalAnchorable.linkTo.

end

Added in 1.1.0
val endVerticalAnchorable

The end anchor of the chain - can be constrained using VerticalAnchorable.linkTo.

parent

Added in 1.1.0
val parentConstrainedLayoutReference

Reference to the ConstraintLayout itself, which can be used to specify constraints between itself and its children.

start

Added in 1.1.0
val startVerticalAnchorable

The start anchor of the chain - can be constrained using VerticalAnchorable.linkTo.