kmshack / Android-ParallaxHeaderViewPager

DEPRECATED
Apache License 2.0
1.39k stars 336 forks source link

Fixed Size Header. #26

Open ShagunParikh opened 9 years ago

ShagunParikh commented 9 years ago

Hello,

In your sample app you have kept the header size fixed.

As per my app's requirement i cannot keep it fixed. I tried by changing the Header-FrameLayout and FakeHeader-FrameLayout to WrapContent. But it does not work. The Header gets fixed and does not scroll with the ListView.

Can you please help me??