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