How do I make an android view half of its parent's width and height? Something like the starred part here:
+-------|-------+
|*******| |
|*******| |
|*******| |
|*******| |
|*******| |
|*******| |
|-------|-------|
| | |
| | |
| | |
| | |
| | |
| | |
+-------|-------+
Edit
Anyone reading this question, you are better off using AppCompat GridLayout
and use column_weight
as explained here as nested weights are expensive.