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

Commit 3be0173b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Adjust all apps zoom level" into sc-dev am: 6b10f464

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15530106

Change-Id: Id2a24af3aed6fa4819a2fc46c8a305b06ff31d84
parents 8facf460 6b10f464
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -70,7 +70,9 @@ public class AllAppsState extends LauncherState {

    @Override
    protected float getDepthUnchecked(Context context) {
        return 1f;
        // The scrim fades in at approximately 50% of the swipe gesture.
        // This means that the depth should be greater than 1, in order to fully zoom out.
        return 2f;
    }

    @Override