Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47003d7d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Tweak QQS <-> QS animation."

parents 24323950 92fac562
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
    }