How about telling the TableRows to evenly take the height from the Table layout. Is that possible? So, for example in my main.xml, the TableLayout is taking up the whole screen. And all the table rows height is equal to what they need for their content. Thus, their is some extra space left at the bottom of the screen. I want the rows to spread out so that the whole page is taken. Can that be done using a TableLayout?
About using a Linearlayout, i have used that but i need to test it with a TableLayout now. Also, would you have an idea in terns of the rendering time for both LinearLayout and TableLayout. Which one is faster and takes up less memory? --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

