Reputation: 187
I have a problem while creating tabs on android. I want them to look like in Google play. I've made scrolling tabs already following this sample, but the titles still look like this i.imgur.com/SKYd2.png.
But I want them to be scrolled like this.
I'm using ActionBarSherlock. I've searched for several days to find the solution, but I wasn't lucky. All I've met is swiping tabs, but not titles.
Any ideas?
Upvotes: 9
Views: 2447
Reputation: 7793
You could use TabPageIndicator
from http://viewpagerindicator.com/
Upvotes: 2