[android-beginners] Re: Problems with combined scrollview and tablelayout

2009-08-10 Thread robbidog
 am, Garth garthskidst...@gmail.com wrote: I believe that you need to use a LinearLayout in each row. On Jul 19, 3:30 pm, robbidog robbi...@gmail.com wrote: Hi,   I'm trying out the SDK and am attempting to combine a ScrollView with  table layout and GridView.  For each row

[android-beginners] Problems with combined scrollview and tablelayout

2009-07-20 Thread robbidog
Hi, I'm trying out the SDK and am attempting to combine a ScrollView with table layout and GridView. For each row of the table I want a list of TextView's stored in GridView. With my current layout, all of the text views in the grid end up overlaying each other. Can anyone tell me how to