Reputation: 54949
I am new to android and try to construct this layout using TableLayout.
I am not able to set columns for the second row to be column span = 2.
Upvotes: 2
Views: 1390
Reputation: 6235
You can span columns but that's impossible to span rows in TableLayout. Good examples you can find here.