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

[Grid] Sync the updates of Skips and Spans DSL representation #799

Closed jswong65 closed 1 year ago

jswong65 commented 1 year ago

Sync the update of the Skips and Spans DSL representation from String to a custom object based on the suggestions from the API Council. Two tests, RowColumnDslTest.kt and GridDslTest.kt are also synced back to the Github repo.