Fading in edit button much later

It was causing overlap with the rest of the items, so we're
fading it later now.

Bug: 157175224
Test: visual, expand panel, observe no overlap
Change-Id: I757a3d69fc0cc941eab33279ea85ec9f1e7b547a
This commit is contained in:
Selim Cinek
2020-06-12 17:53:22 -07:00
parent 2a1cab1192
commit 7d284a29fd

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();
}