Android Linear Layout steching
- by Maffo
Hi,
I think that's a rather simple Question but I don't get it the way I want it to.
I Want do do a Linear Layout in Android with 3 areas.
The Top area should have a fixed height, fill_parent width.
The second, below the first, should use all the room available, fill_parent width.
The third, below the second, should have fixed height, fill_parent…