<LinearLayout
android:id="@+id/opt_rtl"
android:layout_width="fill_parent"
android:layout_height="60dp"
android:orientation="horizontal"
android:weightSum="2" ---这里
android:layout_alignParentBottom="true">
<RelativeLayout
android:layout_width="0dp"---这里
android:layout_height="fill_parent"
android:layout_weight="1"---这里
android:background="#999999">
</RelativeLayout>
<RelativeLayout
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="1"
android:background="#333333">
</RelativeLayout>
</LinearLayout>
android:id="@+id/opt_rtl"
android:layout_width="fill_parent"
android:layout_height="60dp"
android:orientation="horizontal"
android:weightSum="2" ---这里
android:layout_alignParentBottom="true">
<RelativeLayout
android:layout_width="0dp"---这里
android:layout_height="fill_parent"
android:layout_weight="1"---这里
android:background="#999999">
</RelativeLayout>
<RelativeLayout
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="1"
android:background="#333333">
</RelativeLayout>
</LinearLayout>