私はこの結果を得る方法を考えていました:
http://img718.imageshack.us/img718/6173/screenshot20100411at126.png
これは私が試したものです:
<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#CCCCCC"
android:orientation="horizontal"
android:layout_weight="0">
<Button android:id="@+id/btn_cancel"
android:text="@string/cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5px"
android:gravity="left"
/>
<Button android:id="@+id/btn_save"
android:text="@string/save"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5px"
android:layout_toRightOf="@id/btn_cancel"
android:gravity="right"/>
</RelativeLayout>
私はlayout_widthプロパティを試して、両方の親を埋めるように設定しようとしましたが、誰かがアイデアを持っている場合は機能しませんでした...ありがとうございます!