Merge "Fading in edit button much later" into rvc-dev

This commit is contained in:
Selim Cinek
2020-06-15 16:48:02 +00:00
committed by Android (Google) Code Review

View File

@@ -218,7 +218,7 @@ public class QSFooterImpl extends FrameLayout implements QSFooter,
.addFloat(mActionsContainer, "alpha", 0, 1)
.addFloat(mEditContainer, "alpha", 0, 1)
.addFloat(mPageIndicator, "alpha", 0, 1)
.setStartDelay(0.15f)
.setStartDelay(0.9f)
.build();
}