Hi,
Is there a way to stretch a TableLayout to fill the screen horizontally? See these images for instance:

The first image is a TableLayout container with one single container in the middle, while the second one is a GridLayout(4,4) with four middle containers that uses the whole screen. What I need is a mix of these two examples: a single middle container like TableLayout, but stretched like GridLayout.
Suggestions? :-)

