[android-developers] Re: How to define some smart layout?

2010-07-10 Thread Jeruliu
Matty's sample works, thanks. On Jul 9, 11:14 pm, Matty busbus...@gmail.com wrote: This simple layout seems to work for me: ?xml version=1.0 encoding=utf-8? LinearLayout         xmlns:android=http://schemas.android.com/apk/res/android;         android:layout_width=fill_parent        

[android-developers] Re: How to define some smart layout?

2010-07-09 Thread Matty
This simple layout seems to work for me: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=fill_parent android:orientation=vertical