astuetz / PagerSlidingTabStrip

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

Tab pressed state enhancement suggestion #67

Closed barondem closed 10 years ago

barondem commented 10 years ago

Hi! First, thanks for this really awesome library; then, I'd like to give you a suggestion to make it even more awesome: at the moment, when the user taps on a tab, it gets a light blue color; however, it's not really consistent with KitKat's grey accents and with the tab's "underline" color (except when it's light blue, obviously); so, could you make the tab assume a gray color on KitKat as play store does, or, even better, the tab's "underline" color, just a little lighter?

ghost commented 10 years ago

Just override the _background_tabpressed color in your project: https://github.com/astuetz/PagerSlidingTabStrip/blob/master/library/res/values/colors.xml

barondem commented 10 years ago

Oh, right, I didn't notice it... Il 03/feb/2014 12:11 "Andreas Stütz" notifications@github.com ha scritto:

Just override the _background_tabpressed color in your project:

https://github.com/astuetz/PagerSlidingTabStrip/blob/master/library/res/values/colors.xml

Reply to this email directly or view it on GitHubhttps://github.com/astuetz/PagerSlidingTabStrip/issues/67#issuecomment-33942478 .