I want to stretch vertically one row in TableLayout.
For example:
The TableLayout have four rows (height and width is match_parent)
ROW-1, ROW-2, ROW-4 have same height.
ROW-3 - strechted vertically
Make sure your TableLayout has its layout_height set to match_parent
and give your row 3 a layout_weight="1.0"
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With