i'm trying to achieve an android layout that looks like this:
Explaining, assuming that I have a button that add those blocks on my screen I want each block been added along screen left, and when the screen reaches the end, it should add a new line with blocks and so on.
I've looked to GridLayout, but it is very limited, and the weight property works only at api 21+.
So, is there any way to achieve this?