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

can replace Translation animation to setpadding

Open hnhariat opened this issue 10 years ago • 1 comments

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

hnhariat avatar Nov 27 '14 11:11 hnhariat

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

xifan-xf avatar Dec 18 '14 07:12 xifan-xf