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
I resolved this issue by updating the ConstraintLayout library
ConstraintLayout
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'