You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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));
}
The text was updated successfully, but these errors were encountered:
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));
}
The text was updated successfully, but these errors were encountered: