http://developer.android.com/reference/android/widget/TableRow.LayoutParams.html#attr_android:layout_span
On Sep 22, 2:56 pm, dashman <[email protected]> wrote: > i've got a simple TableLayout > > 2 rows - first row 2 columns and second row 3 columns > > i'd like the second view in first row to span to column. > > XXXX XXXXXXXXXXXXXX > YY ZZZZZZ AAAAAA > > if this is not possible, i suppose i can use 3 nested > LinearLayouts - but that doesn't seem too efficient. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

