nirhart / ParallaxScroll

Parallax ScrollView and ListView for Android
MIT License
848 stars 187 forks source link

Parallax on the bottom? #56

Open noldidrita opened 8 years ago

noldidrita commented 8 years ago

I'm building an app where I'm required to have two parallaxed views, one at the top and one at the bottom, which consist of images, and between them there should be some long text. How could I implement this? I have tried just doing it as if they were both one after the other, but if the text is too long, when I get to the bottom, the parallaxed view has almost completely disappeared from the screen(either up or down, depending on the sign of the parallax factor).