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

Commit 71eb5a54 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Decrease predicted icon outline size" into ub-launcher3-rvc-dev am: 4e975109

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

Change-Id: I0dc914c6dad3de94faae94d3392d296100fd2e0e
parents c3d56527 4e975109
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class PredictedAppIcon extends DoubleShadowBubbleTextView implements
        LauncherAccessibilityDelegate.AccessibilityActionHandler {

    private static final int RING_SHADOW_COLOR = 0x99000000;
    private static final float RING_EFFECT_RATIO = 0.11f;
    private static final float RING_EFFECT_RATIO = 0.08f;

    boolean mIsDrawingDot = false;
    private final DeviceProfile mDeviceProfile;