[android-beginners] Re: Cascading Layouts

2009-01-28 Thread marc.poppleton
Hi, Thanks for the help, it now works. Marc -Message d'origine- De : android-beginners@googlegroups.com [mailto:android-beginn...@googlegroups.com] De la part de Romain Guy Envoyé : mardi 27 janvier 2009 18:03 À : android-beginners@googlegroups.com Objet : [android-beginner

[android-beginners] Re: Cascading Layouts

2009-01-27 Thread Romain Guy
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. On Tue, Jan 27, 2009 at 2:48 AM, wrote: > Hi, > > I'm struggling with the l

[android-beginners] Re: Cascading Layouts

2009-01-27 Thread Mark Murphy
marc.popple...@orange-ftgroup.com wrote: > I'm struggling with the layouts. I'm trying to have 2 tables and other > things on a screen. Assuming it was the proper way to do so, I've put 2 > TableLayouts inside a LinearLayout. This is what I wrote in the > layout.xml file: > > > http://schemas.an