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

Commit 7a0c3216 authored by Michael Mikhail's avatar Michael Mikhail
Browse files

Use cubic for transitionEasing

Flag: com.android.systemui.volume_redesign
Bug: 369995871
Test: checked UI.
Change-Id: Ic125c316e3553d1330bf9951be1a3d7f433898b7
parent ad45b17b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        android:id="@+id/close_to_open_transition"
        app:constraintSetEnd="@+id/volume_dialog_ringer_drawer_open"
        app:constraintSetStart="@+id/volume_dialog_ringer_drawer_close"
        app:transitionEasing="path(0.05f, 0.7f, 0.1f, 1f)"
        app:transitionEasing="cubic(0.05, 0.7, 0.1, 1.0)"
        app:duration="400">
    </Transition>