anvil
anvil copied to clipboard
Constraint Layout DSL
Adds Anvil DSL for Constraint Layout. Supports all features from CL 1.1
Is not working here for me @sgrekov. See:

Try put ConstraintDSL.apply() in the end of CL block
Thank you @sgrekov, for you fast reply here.
After your hint, I was able to successfully apply the constraints, as we can see below:

However, I'm still facing other issues when we start to mix with relative properties. See:

If you put size(MATCH, MATCH) to relativeLayout{} and to constraintLayout {} it should work as intended