I am trying to create a grid of buttons. I started with a TableLayout and TableRows, but that left a large amount of space between the buttons, I want the buttons to be condensed so that each button is touching its neighboring button, just like you would get with the GridLayout in traditional Java. I started looking into GridView, but the example uses Images, I just want Buttons with text. I found some examples with TextViews, but they all reference the need for an extra layout to "supply the layout definition for TextView in a separate layout file" for using an ArrayAdapter. I have no ideas what this means. Is there an easier way to populate a grid of buttons without any space between them, or how would I go about making a GridView of Buttons?
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en