Possible Duplicate:
What is the equivalent of “colspan” in an Android TableLayout?
It says in the documentation for TableLayout "Cells can span columns, as they can in HTML." However, I can't find any way to do so.
Specifically, I have one row with two columns and another with one column. I want the one column row to span the entire table. Seems easy, but I don't see it.