astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

how to make indicator line more thin ? #301

Open akmalshukri opened 7 years ago

akmalshukri commented 7 years ago

Can't change textcolor selected

TechnologyMaster commented 7 years ago

@akmalshukri use this property in xml file to set select tab text color.

<com.astuetz.PagerSlidingTabStrip android:id="@+id/tabs" app:pstsActivateTextColor="@color/white" app:pstsDeactivateTextColor="@color/black" />