<android.support.v4.app.FragmentTabHost
android:id=
"@+id/tabhost"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<LinearLayout
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"0"
android:background=
"#FFDAB9"
android:gravity=
"right"
>
<Button
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"머지"
/>
</LinearLayout>
<FrameLayout
android:id=
"@android:id/tabcontent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"0"
/>
<android.support.v4.view.ViewPager
android:id=
"@+id/pager"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"#FF0000"
android:layout_weight=
"1"
/>
<TabWidget
android:id=
"@android:id/tabs"
android:orientation=
"horizontal"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"0"
/>
</LinearLayout>
</android.support.v4.app.FragmentTabHost>