Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't play nice with ParallaxViewPager #4

Closed
SyedWasiHaider opened this issue Jan 17, 2015 · 1 comment
Closed

Doesn't play nice with ParallaxViewPager #4

SyedWasiHaider opened this issue Jan 17, 2015 · 1 comment

Comments

@SyedWasiHaider
Copy link

Hey man,

This is really good work but when I used it with the ParallaxViewPager (see this: https://github.com/andraskindler/parallaxviewpager ), it got rid of the background image (so basically no parallex effect). I looked at the source and saw that you're messing around with the viewpager (is that why?)

Thanks.

@ongakuer
Copy link
Owner

Indicator need set OnPageChangeListener , but ParallaxViewPager already used.

You can change some codes in line 84 & 92

mViewpager.setOnPageChangeListener(this);
mViewpager.addOnPageChangeListener(this);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants