窗体两个按钮各占一半
<LinearLayout>
<Button android:layout_height="wrap_content"
android:layout_width="fill_parent" android:layout_weight="1"/>
<Button android:layout_height="wrap_content"
android:layout_width="fill_parent" android:layout_weight="1"/>
</LinearLayout>

浙公网安备 33010602011771号