@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-alpha13
val absoluteLeftVerticalAnchorable

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

absoluteRight

Added in 1.1.0-alpha13
val absoluteRightVerticalAnchorable

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

end

Added in 1.1.0-alpha13
val endVerticalAnchorable

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

parent

Added in 1.1.0-alpha13
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-alpha13
val startVerticalAnchorable

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