I want to build the following layout using ConstraintLayout:
I use this source for layout:
<
Based on answers and comments posted in reply to this question and considering the fact constraint-layout v1.1.0 is still in beta, the best solution at this moment would be to use app:layout_constraintVertical_chainStyle="packed":
app:layout_constraintVertical_chainStyle="packed"