Closed marco2012 closed 7 years ago
the same , i can't find a right to change the color or tab,it always black
in styles.xml add this line: item name="android:textColorPrimary">@android:color/white</item
Thanks!
This is not a good approach because the color of the settings and popup overflow menu items will be white color text to white elements (not visible to the user).
A proper use case will be to leave the option from styles.xml unchanged
<item name="android:textColorPrimary">@android:color/black</item>
and add the line
app:pstsTabTextColor="@android:color/white"
to com.astuetz.PagerSlidingTabStrip component from material_view_pager_pagertitlestrip_newstand.xml
How can I change the color of Tab titles? They're black, but I'd like them white as in this video