I want to get rid of the horizontal scrollbar in TabHost. It is there even if the TabWidget is on top.
alt text http://img341.imageshack.us/img341/1879/brokentabs.png
Below is my xml layout.
<?xml version="1.0" encoding="utf-8"?> <TabHost xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/tabhost" android:layout_width="fill_parent" android:layout_height="fill_parent" > <FrameLayout android:id="@android:id/tabcontent" android:layout_width="fill_parent" android:layout_height="fill_parent"/> <TabWidget android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="bottom" /> </TabHost>
android layout android-tabhost tabwidget
pixel Jul 14 2018-10-14T00: 00Z
source share