Barrier doesn't set to referenceIds in constraint layout?

后端 未结 4 1756
长发绾君心
长发绾君心 2021-01-21 19:26

hey last few days I am exploring about the constraint layout.the concept of barrier I can understand but when i implement I can\'t get the correct output.

I want to set

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-21 19:45

    I resolved this issue by updating the ConstraintLayout library

    From

    implementation 'com.android.support.constraint:constraint-layout:2.0.0-alpha2'

    To this

    implementation 'com.android.support.constraint:constraint-layout:2.0.0-alpha3'

提交回复
热议问题