G'sson
G'sson

Reputation: 321

Change Tabs title style like Play store

Hi,

I want to change the tabs style because, when there are many tabs, they just get smaller and the title text splits. So I was wondering, if anyone knows about how to change the style, the Play Store?

this enter image description here to -> See image example this

Thanks for the help! :)

Upvotes: 1

Views: 2530

Answers (2)

Patrick
Patrick

Reputation: 35244

There is a Android Widget that does exactly that:

http://developer.android.com/reference/android/support/v4/view/PagerTabStrip.html

Usage example:

http://blog.pboos.ch/post/40575809334/android-pagertabstrip-viewpager

Downside: it will only show 3 Tabs - current, previous and next.

Upvotes: 2

Riyaz Mohammed Ibrahim
Riyaz Mohammed Ibrahim

Reputation: 9595

You need ViewPageIndicator's Title indicator -> http://viewpagerindicator.com/

enter image description here

Upvotes: 0

Related Questions