アクションバーのネストされたタブを実装する必要があるという点で、1つのアプリケーションを開発しています
誰でもこの状況にアプローチする方法を教えてもらえますか
必要なo/p
tabhost innertabs compressed を使用する場合
HorizontalScrollView を TabHost に追加することで解決された問題
<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
android:fillViewport="true"
android:scrollbars="none" >
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#D8D8D8"
android:showDividers="middle" >
</TabWidget>
</HorizontalScrollView>
HorizontalScrollView を追加した後のスクリーン ショット