Blob Blame Raw
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@android:id/tabhost"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_weight="1" >

    <LinearLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:orientation="vertical" >

        <TabWidget
            android:id="@android:id/tabs"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content" >
        </TabWidget>

        <FrameLayout
            android:id="@android:id/tabcontent"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent" >

            <TableLayout
                android:id="@+id/tab25"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent" >

            </TableLayout>

            <TableLayout
                android:id="@+id/tab50"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent" >
            </TableLayout>

            <TableLayout
                android:id="@+id/tab100"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent" >
            </TableLayout>
        </FrameLayout>
    </LinearLayout>

</TabHost>