florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.15k stars 1.48k forks source link

Change Tab Titles Color #323

Closed marco2012 closed 6 years ago

marco2012 commented 7 years ago

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

MoMask commented 7 years ago

the same , i can't find a right to change the color or tab,it always black

Breaking commented 6 years ago

in styles.xml add this line: item name="android:textColorPrimary">@android:color/white</item

marco2012 commented 6 years ago

Thanks!

zboing commented 5 years ago

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