this is my first question ever on stackoverflow, so please go easy on me, but I'm having troubles grasping some idea on the gridlayout.
image (Sorry I don't know how to post inline images...)
The image above is the result I want to get (ignoring the mail button, I just haven't removed that from the default layout yet). The reason why I chose gridlayout is because I wanted to make sure that, no matter the device, oak would always be sitting just above the red bar which is part of the background image. I noticed that in order to make sure the cells have equal height and width, I need to put weights on them, but my column and row count is over 100, so I don't want to have to make over 1000 spaces! Even if I were to, I don't exactly know what weight to set each of them honestly... Is there a way to achieve my desired result?