LordZoltan / PagerSlidingTabStrip.Net

Port of Java project of the same name by Andreas Stütz (https://github.com/astuetz/PagerSlidingTabStrip) for Xamarin.Android, written in C# .Net.
Apache License 2.0
17 stars 8 forks source link

Setting for text color on the tabs that aren't currently selected. #7

Closed slewis74 closed 9 years ago

slewis74 commented 9 years ago

Added a NonSelectedTextColor property, to optionally override the text color of the tabs that aren't selected. If it isn't set then the TextColor is used for all of the tabs.