实现顶部和底部标签栏的最简单方法是什么,我搜索了很多。任何人帮我查找
答案 0 :(得分:1)
如果您想创建可交换标签栏,请使用以下链接中的示例: 1。
1。http://www.androidhive.info/2013/10/android-tab-layout-with-swipeable-views-1/ 2。http://javapapers.com/android/android-tab-layout-with-swipe-views/ 3。https://github.com/JakeWharton/ViewPagerIndicator
底部,使用第三个链接:
<com.viewpagerindicator.TitlePageIndicator
android:id="@+id/titles"
android:layout_height="wrap_content"
android:layout_width="fill_parent" />
视野底部。
对于下面链接上的不可交换使用示例:
http://www.survivingwithandroid.com/2013/06/android-action-bar-with-tab.html http://javapapers.com/android/android-tab-layout-tutorial/ 如果要创建底部标签栏,请使用:
android:layout_alignParentBottom="true"