kmshack / Android-ParallaxHeaderViewPager

DEPRECATED
Apache License 2.0
1.39k stars 336 forks source link

can replace Translation animation to setpadding #13

Open hnhariat opened 9 years ago

hnhariat commented 9 years ago

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));
}

xifan-xf commented 9 years ago

u can use https://github.com/JakeWharton/NineOldAndroids