Hi, Thanks for the help, it now works.
Marc -----Message d'origine----- De : [email protected] [mailto:[email protected]] De la part de Romain Guy Envoyé : mardi 27 janvier 2009 18:03 À : [email protected] Objet : [android-beginners] Re: Cascading Layouts Hi, Try adding an android:layout_weight="wrap_content" to both your TableLayouts. Also, you can use android:stretchColumns="*" instead of specifying each column. Finally, columns use a 0-base index, not a 1-base index. -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

