Merge "Increase Predicted app icon sing size" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-16 23:18:45 +00:00
committed by Android (Google) Code Review
@@ -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.08f;
private static final float RING_EFFECT_RATIO = 0.095f;
boolean mIsDrawingDot = false;
private final DeviceProfile mDeviceProfile;