Merge "Fix wrong delay values for floatingtoolbar.hide/dismiss" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
737c6f16a5
@@ -357,7 +357,7 @@ public final class FloatingToolbar {
|
||||
mShowAnimation = createGrowFadeInFromBottom(mContentContainer);
|
||||
mDismissAnimation = createShrinkFadeOutFromBottomAnimation(
|
||||
mContentContainer,
|
||||
0,
|
||||
150, // startDelay
|
||||
new AnimatorListenerAdapter() {
|
||||
@Override
|
||||
public void onAnimationEnd(Animator animation) {
|
||||
@@ -367,7 +367,7 @@ public final class FloatingToolbar {
|
||||
});
|
||||
mHideAnimation = createShrinkFadeOutFromBottomAnimation(
|
||||
mContentContainer,
|
||||
150,
|
||||
0, // startDelay
|
||||
new AnimatorListenerAdapter() {
|
||||
@Override
|
||||
public void onAnimationEnd(Animator animation) {
|
||||
|
||||
Reference in New Issue
Block a user