I was looking for the best way to do a layout like this one:

The four buttons at the bottom should occupy much space as possible, but each must have the same size as the others. I tried with TableLayout and with some LinearLayout grafted together, but I can't get the result I want.

