Use Hierarchy Viewer (as the Hierarchy View perspective in Eclipse or the hierarchyviewer program in your SDK tools/ directory) to examine that row and see what is happening at runtime.
On Fri, Jan 28, 2011 at 4:17 PM, Salsero69 <[email protected]> wrote: > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1 and http://bit.ly/smand2 -- 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

