<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">//标题部分
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" > 
</>//内容部分   注意android:layout_height="fill_parent"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/content_ScrollView" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:scrollbars="none"
android:background="#ffffff"></ScrollView>//最下面一排按钮
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:gravity="bottom">
<include layout="@layout/foot_button" />
</LinearLayout></LinearLayout>
如果内容部分的ScrollView用android:layout_height="fill_parent"  。 下面的按钮就看不到了。
如果设置ScrollView ndroid:layout_height="xxx" 。 在不同高度的机子上又有问题;好怎么设置这个界面?? 就是除了上面的标题, 和下面的按钮。 中间的空间 全部给ScrollView