我正在使用ActionBarSherlock + HoloEverywhere + ViewPagerIndicator库。
答案 0 :(得分:0)
您可以使用TabPageIndicator并通过编辑名为vpi_ tab ??? _ holo的九个补丁PNG来更改下划线的外观。每个屏幕密度有6个。
答案 1 :(得分:0)
只需根据需要设置高度:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.viewpagerindicator.UnderlinePageIndicator
android:id="@+id/pageIndicator"
android:layout_height="2dp"
android:layout_width="fill_parent"
/>
<android.support.v4.view.ViewPager
android:id="@+id/vp_pages"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>