ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

Using with custom ViewPager? #66

Closed hajoxx closed 9 years ago

hajoxx commented 9 years ago

I have a custom view pager, how can I use it?

Because I'm getting error:

viewPagerIndicator.setViewPager(customViewPager); //error
ogaclejapan commented 9 years ago

Hi, @Rexota

Please show me a stack trace of the error.

hajoxx commented 9 years ago

Android studio gives error because my.pac.CustomViewPager isn't same type with SmartTabLayout's ViewPager.