Re: [android-developers] Defining a TableLayout

2012-06-25 Thread Justin Anderson
The docs also generally do a pretty good job of answering questions like this... Just saying... :-) http://developer.android.com/reference/android/widget/TableLayout.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Jun 24, 2012 at 8:53 AM, Mark

Re: [android-developers] Defining a TableLayout

2012-06-24 Thread Mark Murphy
Use android:layout_span to have a cell span two (or more) columns. On Sun, Jun 24, 2012 at 10:45 AM, dashman wrote: > Is this possible. > > Have a tablelayout with 2 rows and 4 columns. > > i'd like to have the 2nd column on the 2nd row to span 2 columns. > > A  B C D > > A B B  D > > -- > You re

[android-developers] Defining a TableLayout

2012-06-24 Thread dashman
Is this possible. Have a tablelayout with 2 rows and 4 columns. i'd like to have the 2nd column on the 2nd row to span 2 columns. A B C D A B B D -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and