Wie entferne ich die horizontale Bildlaufleiste in tabhost?

Ich möchte die horizontale Bildlaufleiste in TabHost entfernen. Es ist da, auch wenn TabWidget oben ist.

alt text http://img341.imageshack.us/img341/1879/brokentabs.pn

Below ist mein 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>

Antworten auf die Frage(4)

Ihre Antwort auf die Frage