-
public final class ExtensionsKt
-
-
Field Summary
Fields Modifier and Type Field Description private final LayoutInflaterinflater
-
Method Summary
Modifier and Type Method Description final LayoutInflatergetInflater()final UnitupdateConstraints(ConstraintLayout $self, Function1<ConstraintSet, Unit> actions)final UnitconstrainViewToParentBySide(ConstraintSet $self, View view, Integer side)final UnithorizontalChainInParent(ConstraintSet $self, View views)final UnitverticalChainInParent(ConstraintSet $self, View views)-
-
Method Detail
-
getInflater
final LayoutInflater getInflater()
-
updateConstraints
final Unit updateConstraints(ConstraintLayout $self, Function1<ConstraintSet, Unit> actions)
-
constrainViewToParentBySide
final Unit constrainViewToParentBySide(ConstraintSet $self, View view, Integer side)
-
horizontalChainInParent
final Unit horizontalChainInParent(ConstraintSet $self, View views)
-
verticalChainInParent
final Unit verticalChainInParent(ConstraintSet $self, View views)
-
-
-
-