[android-developers] Re: How to design a layout

2008-10-30 Thread Alvin Yates
If you only use one layout, you're telling Android to render 4 objects in a single row. For your design (Using LinearLayout at least) you either need: ... or... You may also be able to use a TableLayout or RelativeLayout if you're feeling frisky. Also, be aware that i

[android-developers] Re: How to design a layout

2008-10-31 Thread Breno
Thank you very much, Alvin...RelativeLayout solved my problem. Here what i'm using now http://schemas.android.com/apk/res/android"; > Best Regards Breno On Oct 30, 7:27 pm, Alvin Yates <[EMAIL PROTECTED]> wrote: > If you only use one layout, you're telling Android to render 4 obj