If you want the grid layout to fill the whole parent, anchor it with "fill: parent" to its parent.
The height of a row is determined by the maximum height of all items in that row.
Similarily, the width of a column is determined by the maximum wdith of all items in that column.
Cheers,
_
Bookmarks