您好我想放置的標籤控件中我使用下面的代碼在屏幕的底部放置標籤。隨着它顯示在頂部可以在任何一個知道soution在底部
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="5dp"
android:layout_weight="1" android:gravity="bottom"/>
<HorizontalScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:gravity="bottom">
<TabWidget
android:id="@android:id/tabs"
android:gravity="bottom"
android:layout_width="500dp"
android:layout_height="wrap_content"
android:layout_weight="0"
android:scrollbars="horizontal"
/>
</HorizontalScrollView>
閱讀完整的帖子與此相關:http://stackoverflow.com/questions/2395661/android-tabs-at-the-bottom – 2011-03-31 06:53:20
嘗試滾動TabHost .. http://code.google.com/p/mobyfactory- uiwidgets-android/....這就是你需要我想.. – 2011-03-31 06:59:33