I am trying to create a sudoku like look where instead of 9x9 the whole thing is 8x8 and instead of 9 subcubes of 3x3 i have 4 subcubes of 4x4. I could used a gridview of the whole thing but i wanted to make the boundaries separating the subcubes thicker. I was hoping to add the subcubes in rows and manipulate the border, padding etc. of the tablerow to get the desired effect. I tried the same thing with gridview inside gridview and that dint work out too.
On Dec 22, 12:50 am, Mark Murphy <[email protected]> wrote: > saurabh wrote: > > Hi, > > I am trying to create a Tablelayout that consists of a GridView in > > each of the rows. The problem is that if I add the gridview directly > > to the table it displays fine. But if I add a gridview to the tablerow > > and then add the tablerow to the tablelayout it doesn't display at > > all. The grid is a 4x4 grid of buttons being populated by an adapter. > > Any suggestions as to what the problem might be? > > Ummmm...that seems very complicated. > > Could you describe what the look it is you are trying to achieve? > Perhaps we can suggest a simpler way to get the look you are seeking. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > _The Busy Coder's Guide to Android Development_ Version 1.9 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

