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

Commit dbff60ff authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Text shadow issue for predicted icons" into ub-launcher3-master

parents e1187e6d 425c60e6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,11 +40,12 @@ import com.android.launcher3.icons.IconNormalizer;
import com.android.launcher3.popup.PopupContainerWithArrow;
import com.android.launcher3.touch.ItemClickHandler;
import com.android.launcher3.touch.ItemLongClickListener;
import com.android.launcher3.views.DoubleShadowBubbleTextView;

/**
 * A BubbleTextView with a ring around it's drawable
 */
public class PredictedAppIcon extends BubbleTextView {
public class PredictedAppIcon extends DoubleShadowBubbleTextView {

    private static final float RING_EFFECT_RATIO = 0.12f;