[EMAIL PROTECTED] wrote: > The way I am going about this is: > 1. Inflate the scorestable.xml layout to a view (highScoresView). > 2. Get the TableLayout view from here (scoreTable) > 3. Create TableRow views containing the data for player names and > their scores > 4. Add each TableRow to the scoreTable View.
Do you provide a TableLayout.LayoutParams as the second parameter to addView()? -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

