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

This commit is contained in:
TreeHugger Robot
2019-12-04 05:32:22 +00:00
committed by Android (Google) Code Review
@@ -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;