Normally, TableLayout contains only TableRow elements as immediate children. However, it is possible to put other widgets in between rows. For those widgets, TableLayout behaves a bit like LinearLayout with vertical orientation.
Normally, TableLayout contains only TableRow elements as immediate children.However, it is possible to put other widgets in between rows. For those widgets,TableLayout behaves a bit like LinearLayout with vertical orientation.