问题描述
- TabHost显示在底部和顶部问题
-
xml里面代码一样 TabHost继承activity会显示在顶部 但是继承AppCompatActivity却显示在底部<android.support.v4.app.FragmentTabHost android:id="@android:id/tabhost" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentBottom="true" android:background="#fff7f7f7" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <FrameLayout android:id="@android:id/tabcontent" android:layout_width="0dp" android:layout_height="0dp" android:layout_weight="0" /> <FrameLayout android:id="@+id/realtabcontent" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> <TabWidget android:id="@android:id/tabs" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="0" android:divider="#00000000" android:orientation="horizontal" /> </LinearLayout> </android.support.v4.app.FragmentTabHost>
解决方案
你想问的是什么阿?????????????????
时间: 2024-10-05 19:09:49