Merge "Fading in edit button much later" into rvc-dev am: addcaf9f51 am: 108e9b1afa am: 45f193388e am: 8fcac67b6b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11856418 Change-Id: I299747a7b5f14b95b316ec6b7dab884bc4ef10c5
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