nirhart / ParallaxScroll

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

How to make second view go below first view #41

Open vipulyaara opened 9 years ago

vipulyaara commented 9 years ago

I have a header and a scroll view. Now when i start to scroll down, the scroll view goes on top of header (I guess that's default and designed implementation.) But I want the scrollView to go below the header while parallax takes effect. Am I missing somethng here?