I have a Spinner inside a TableRow. It seems to confuse the TableRow layout; the columns in this row are completely different widths from the rest of the columns in the table, and the Spinner never expands to fill the available width despite having android:layout_width="fill_parent" set. If I change the Spinner to be a plain TextView, just to debug the table layout, it all works fine.
Is there anything special I should be aware of when adding a Spinner to a TableRow? The Spinner is a perfectly normal one with an ArrayAdapter hooked up to it. -- 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

