androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.07k stars 176 forks source link

Transition dsl improvements #687

Closed oscar-ad closed 2 years ago

oscar-ad commented 2 years ago

Moved the relative position parameter to a more common level.

Marked constructors internal.

Renamed BaseKeyFramesScope to better reflect its purpose.