I want create a layout, with a horizontal LinearLayout(s) on top and bottom, a ListView fill in middle.
How can I define the main.xml.
I tried to create a la
Try containing the whole set in a RelativeLayout:
Edited with sizing stuff.