Question
Feature request: constraint based layout
This might be in your to-do list in the future already, but I would appreciate this type of feature a lot.
If I want to have dynamic text size fields at the moment, I must write relative positioning for the elements manually.
(aka. element1.setY(element2.getY() + element2.getHeight() + ELEMENT1_2_OFFSET))
Constraint layout features would enable to set position to elements based on other elements.