I am using Layout designer of MonoDevelop and I would like to span column of TableLayout to have following result:
-----------------------------
| Cell 1 | Cell 2 |
-----------------------------
| Cell 3 |
-----------------------------
but when I add android:layout_span=2 attribute to a child of cell 1 (a ListView) layout designer brakes whole layout and seems not to like the change.
Is there any way to set column spanning using the designer directly?