thanks - that was the "problem". but this seems like a layout bug.
if i have a LinearLayout with 3 elements in them with the 1st and 3rd with layout_width of wrap_content and then middle one with fill_parent. it seems relatively clear what i want done. the middle element will take all the space after the 1st and 3rd widths have been allocated. even if i do a wrap_content, it doesn't work - tablelayout takes the full rest of the row. the only way it works - is with a hard pixel amount. -- 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

