views:

55

answers:

0

I want to create an interface that has one or two listviews that ultimately span the entire screen with two rows. How can I change their height so that they take up 50% of the screen, vertically?

If it's along the same lines, I'd love to know how to do this regardless of orientation.

With regards to width; let us say I have two listviews, each with one row. They span the entire screen as described above. The lower listview has two clickable items within it that each take up 50% of the screen space, horizontally.

Is that possible? If so, how?