I am new to Android, but not Java. I am trying to use the TableLayout to create the following table:
|A: |aaaaaaaa |10| 4|12|x|eee e| |F: |gggggggggg| 3|24| 8| |34:89| Two rows, with some text of varying length. The capitalized text is fixed, the lower case and numbers change as the program runs. I need to keep the columns aligned, as well as the numbers. I want the two rows to span the width of the screen, so there needs to be some variable padding in the cells to keep the columns aligned. How do I do that? Mark -- 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

