I want to have a layout with a few "sections", each section containing heading and some TextViews
, EdiTexts
, etc.
I want the sections evenly distributed on the screen, and they can't overlap. So it seems chain is the way to go.
But the problem I always have is how to group some elements in the chain? I don't want to have individual items in each section evenely spaced, I want to have the whole sections evenly spaced. Is it somehow possible? Or will I have to use nested layouts, which pretty much breaks the whole idea of ConstraintLayout?