[android-developers] Help Needed With Some Layout - UI Problems

2010-02-08 Thread MobDev
Hi, I'd like to create an UI existing out of the following elements : LinearLayout TableLayout TableRow ImageButton TextView /TableRow /TableLayout ScrollView TableLayout TableRow ImageButton ImageButton

Re: [android-developers] Help Needed With Some Layout - UI Problems

2010-02-08 Thread TreKing
On Mon, Feb 8, 2010 at 8:56 AM, MobDev developm...@mobilaria.com wrote: A vertical LinearLayout, which contains first a TableLayout with just one TableRow What's the point of having a TableLayout with just one row? Why not just use a horizontal LinearLayout?