I am trying to earn how to control where I place an object when developing android layouts. It seems like a natural way to do this would be to pick a layout like "GridLayout" and then place the object where I want it.
However, every time I choose grid layout and specify a given number of rows and columns, they are always skewed like this
How do I equalize the cell sizes so I can place the object?