florent37 / MaterialViewPager

A Material Design ViewPager easy to use library

Home Page:https://www.fiches-plateau-moto.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Tab Titles Color

marco2012 opened this issue · comments

How can I change the color of Tab titles?
They're black, but I'd like them white as in this video

commented

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