Slide 178
Slide 178 text
ConstraintLayout 2.0 preview
center(int firstID, int firstSide, int firstMargin, int secondId, int secondSide, int secondMargin, f
centerHorizontally(int leftId, int leftSide, int leftMargin, int rightId, int rightSide, int rightMar
centerHorizontallyRtl(int startId, int startSide, int startMargin, int endId, int endSide, int endMar
centerVertically(int topId, int topSide, int topMargin, int bottomId, int bottomSide, int bottomMargi
centerHorizontally(int toView)
centerHorizontallyRtl(int toView)
centerVertically(int toView)
removeConstraints(int anchor)
margin(int anchor, int value)
goneMargin(int anchor, int value)
horizontalBias(float bias)
verticalBias(float bias)
dimensionRatio(String ratio)
visibility(int visibility)
alpha(float alpha)
elevation(float elevation)
rotation(float rotation)
rotationX(float rotationX)
rotationY(float rotationY)
scaleX(float scaleX)
scaleY(float scaleY)
translationX(float translationX)
translationY(float translationY)
CONSTRAINTS API…