Place buttons half in one layout parent and half in another
问题 I have the following layout, it works fine and gives me the result. The result I want is to divide the screen into two parts and place buttons half in each part: <RelativeLayout android:layout_width="match_parent" android:layout_height="200dp" > <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" > <RelativeLayout