0
Я хочу привести вкладку в нижней части экрана. Нижеприведенный код работает на tabhost, но когда я применяю его к FragmentTabhost, выходит из строя.Вкладки внизу экрана при использовании android.support.v4.app.FragmentTabHost как TabHost
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<FrameLayout
android:id="@+id/realtabcontent"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true" />
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="horizontal" />
</RelativeLayout>