Re: [android-developers] Table layout with different length column

2011-11-25 Thread Uthpala Weerasena
How can it use in programmatic way without directly using in xml On Thu, Nov 24, 2011 at 7:00 AM, Mark Murphy mmur...@commonsware.comwrote: Use android:layout_span to have your first two rows span the two columns. On Thu, Nov 24, 2011 at 7:28 AM, sam urweeras...@gmail.com wrote: Hi

[android-developers] Table layout with different length column

2011-11-24 Thread sam
Hi Everyone, I have a Table layout done in problematically And I want to to develop it as first two rows have only one column and other three rows have two column. First two rows' values should be spread whole row. Can anyone guide me by sending tutorial or any link regarding this Thanks -- You

Re: [android-developers] Table layout with different length column

2011-11-24 Thread Mark Murphy
Use android:layout_span to have your first two rows span the two columns. On Thu, Nov 24, 2011 at 7:28 AM, sam urweeras...@gmail.com wrote: Hi Everyone, I have a Table layout done in problematically And I want to to develop it as first two rows have only one column and other three rows have