thecr0w
thecr0w

Reputation: 2197

Where to find the google play's viewpagerindicator?

enter image description here

I want the same viewpagerindicator effect as google play did, but it is not included in JakeWharton's repo(https://github.com/JakeWharton/Android-ViewPagerIndicator/releases). Where can I or how can I achieve this kind of indicator, thx in advance.

Upvotes: 0

Views: 464

Answers (1)

Benoit
Benoit

Reputation: 4599

You can find a similar one on github https://github.com/astuetz/PagerSlidingTabStrip

Upvotes: 1

Related Questions