Harsha M V
Harsha M V

Reputation: 54949

Android Complex Table Layout

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.

enter image description here

Upvotes: 2

Views: 1390

Answers (1)

Flavio
Flavio

Reputation: 6235

You can span columns but that's impossible to span rows in TableLayout. Good examples you can find here.

Upvotes: 2

Related Questions