I have seen a lot of sample code that explains how to dynamically add a TableRow to a TableLayout. But when I try it the TableRow is not displayed.
When I do a TableLayout.getChildCount() before and after the addition the child count does increase; so technically it is working, sort of. I've read somewhere to use LinearLayout instead of TableRow, which does work, but LinearLayout doesn't have the ability to layout into cells. Anyone have any ideas on how to resolve this? -- 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

