Merge "Tweak QQS <-> QS animation."

This commit is contained in:
TreeHugger Robot
2018-02-16 23:21:27 +00:00
committed by Android (Google) Code Review

View File

@@ -176,6 +176,7 @@ public class QSFooterImpl extends FrameLayout implements QSFooter,
.addFloat(mActionsContainer, "alpha", 0, 1)
.addFloat(mDragHandle, "translationY", mDragHandleExpandOffset, 0)
.addFloat(mDragHandle, "alpha", 1, 0)
.setStartDelay(0.15f)
.build();
}