ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
Apache License 2.0
2.87k stars 677 forks source link

ViewPager inside header layout #31

Open Michal-easycore opened 10 years ago

Michal-easycore commented 10 years ago

Thank for this library, very appreciated! I have one problem though, I use ViewPager from support lib inside header layout but it wont intercept touch events to swap between inner fragments. Any thoughts? Thank you.

ghost commented 10 years ago

You have to use headeroverlaylayout!!!

MrBrightside29 commented 10 years ago

I've used headerOverlayLayout and it works just fine, but it looses parallax effect. Is there any way to achieve this in the headerOverlayLayout?

goonerDroid commented 10 years ago

@MrBrightside29 can you please post me how have you implemented it.i am getting a NPE on setContentView(helper.createView(this));