Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.