Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d284a29 authored by Selim Cinek's avatar Selim Cinek
Browse files

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
parent 2a1cab11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
    }