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 177 forks source link

add a standard constraint chain syntax #613

Closed jafu888 closed 2 years ago

jafu888 commented 2 years ago

Made full support for weights and margins

 {
  chain3: {
       type: 'vChain',
      contains: [ ['a3',2,6,1],['b3',3,23],'c3',['d3',1,32]],
      },
  }

image image