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.06k stars 177 forks source link

[Compose] Support addings guidelines to barriers #675

Closed oscar-ad closed 1 year ago

oscar-ad commented 1 year ago

This adds an abstraction that is common between barriers, guidelines, chains and widgets: LayoutReference, so that any of these components can be freely added as part of another helper (barriers, chains).