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.2
val absoluteLeft: VerticalAnchorable

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

absoluteRight

Added in 1.1.2
val absoluteRight: VerticalAnchorable

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

end

Added in 1.1.2
val end: VerticalAnchorable

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

parent

Added in 1.1.2
val parent: ConstrainedLayoutReference

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

start

Added in 1.1.2
val start: VerticalAnchorable

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