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

[DSL] Fix the errorProne issues for the Helpers #667

Closed jswong65 closed 1 year ago

jswong65 commented 1 year ago

Fixes the errorProne issues introduced with the DSL Helper classes. All tests in DslTest are passed

image