我需要在我的 Android 应用程序的 ViewPager 中更改 PagerTabStrip 的字体颜色。这是相同的 xml 布局。有什么办法可以做到这一点吗?
<android.support.v4.view.ViewPager
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/head"
android:id="@+id/myfivepanelpager">
<android.support.v4.view.PagerTabStrip
android:id="@+id/pgstrip"
android:layout_width="fill_parent"
android:background="@color/strip"
android:layout_height="@dimen/pagerstripht"
android:layout_gravity="top"
/>
</android.support.v4.view.ViewPager>