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

Commit 39912270 authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Decrease predicted icon outline size

Bug: 156781454
Change-Id: Id9e1fbb47dbb5c18a41f466b9f3963f93ab6f509
parent 488044fc
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;