android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:background=
"#ffffffff"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"fill_parent"
android:layout_height=
"15dp"
android:layout_weight=
"1.99"
android:background=
"#ffffffff"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/btn_1"
android:layout_width=
"0px"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
/>
<Button
android:id=
"@+id/btn_2"
android:layout_width=
"0px"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
/>
<Button
android:id=
"@+id/btn_3"
android:layout_width=
"0px"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
/>
<Button
android:id=
"@+id/btn_4"
android:layout_width=
"0px"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
/>
</LinearLayout>
<LinearLayout
android:id=
"@+id/fragment"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"18.66"
android:background=
"#FFC19E"
android:orientation=
"vertical"
/>
</LinearLayout>
</RelativeLayout>