I'm attempting to fill a layout with random sized 9-patches. filling all the gaps.
I've got the width working for 1 row, but want to continue this randomization to fill the whole layout.
the minimum width of a box is 128 and the max can be the layout width (divisible by 128)
same would go with the height.
I'm just not sure how to make it so that they dont generate over each other for the next row.
here's a picture of what i have so far.