這裏是我的xml:Android的佈局問題
<?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">
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button
<!-- -->
/>
<Button
<!-- -->
/>
</RelativeLayout>
<TextView
<!-- -->
/>
<TextView
<!-- -->
/>
<Gallery
<!-- -->
/>
<TextView
<!-- -->
/>
<TextView
<!-- -->
/>
<TextView
<!-- -->
/>
<TextView
<!-- -->
/>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_gravity="bottom"
>
<Button
<!-- -->
/>
<Button
<!-- -->
/>
</RelativeLayout>
</LinearLayout>
如何讓我的最後RelativeLayout的是在屏幕的底部?我嘗試了layout_gravity屬性,但是沒有任何效果。
試試layout_alignwithparent – Phonon 2011-03-07 19:17:21