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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user