Android-ParallaxHeaderViewPager icon indicating copy to clipboard operation
Android-ParallaxHeaderViewPager copied to clipboard

DEPRECATED

Results 28 Android-ParallaxHeaderViewPager issues
Sort by recently updated
recently updated
newest added

After leaving the app in the background for a long while, you will get a crash when changing tab and and the header wont scroll...

Can you post an example with ScrollView or with the new RecycleView class? Thanks

Will this work properly if the row elements in the listview are of different sizes? The way getScrollY (on the basis of which Header is animated) is implemented, it looks...

if the content of viewpager is little,can add some moving animation with header

i can't click pagerSlidingTabStrip's children. because os 2.3 can't support layout change after animated moving. so finally write this if (pre Honeycome) { mHeader.setPadding(0, Math.max(-scrollY, mMinHeaderTranslation), 0, 0); } else...

Hello, is it possible to use the library StickyListHeader (https://github.com/emilsjolander/StickyListHeaders) in your library? I managed to use it correctly, but the headers do not stay below the ViewPager Do you...

Hello Guys The scroll is not working when i try to do it from the PagerSlidingTabStrip view.. How can i fix that? Thanks in advance