Re: [android-developers] issue with table row not showing up in table layout

2011-11-29 Thread TreKing
On Sun, Nov 27, 2011 at 9:05 AM, therekz wrote: > Any suggestions? Few people are going to look through and debug your code. Fewer people would be able to tell you what's wrong simply from looking at it. Comment out all of your code and add back bit by bit of the core functionality that should

[android-developers] issue with table row not showing up in table layout

2011-11-28 Thread therekz
I have the following code: HashMap tip = venue.tips.get(j); TableRow tr = new TableRow(this); tr.setLayoutParams(new TableRow.LayoutParams (TableRow.LayoutParams.WRAP_CONTENT,TableRow.LayoutParams.WRAP_CONTENT)); Lin