Android-ParallaxHeaderViewPager
Android-ParallaxHeaderViewPager copied to clipboard
can replace Translation animation to setpadding
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 {
ViewHelper.setTranslationY(mHeader, Math.max(-scrollY, mMinHeaderTranslation));
}
u can use https://github.com/JakeWharton/NineOldAndroids