Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can replace Translation animation to setpadding #13

Open
hnhariat opened this issue Nov 27, 2014 · 1 comment
Open

can replace Translation animation to setpadding #13

hnhariat opened this issue Nov 27, 2014 · 1 comment

Comments

@hnhariat
Copy link

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
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants