I just want to group 4 buttons like this...
Portrait mode:
[1][2]
[3][4]
Landscape mode:
[1][2][3][4]
I dont want to hardcopy my Portrait mode xml-File and put it into the "layout-land" folder for this minor difference. Then, I have to modify two file when implementing new stuff.
Isnt that achievable through wraping it up intelligently in some LinearLayouts? Something like this? ({} represent LinearLayouts)
{{[1][2]}{[3][4]}}