commit | 425c60e65cbc7ca361b685c2655cc6476e725ca9 | [log] [tgz] |
---|---|---|
author | Samuel Fufa <sfufa@google.com> | Tue Dec 03 17:33:22 2019 -0800 |
committer | Samuel Fufa <sfufa@google.com> | Tue Dec 03 17:41:29 2019 -0800 |
tree | 4a068fd4cfc53ed0c15600b9d7737dab13c0b3a1 | |
parent | 51a5bf15ab562424c4d8324531980bb1347b9e69 [diff] |
Fix Text shadow issue for predicted icons Bug:142753423 Test:Manual Change-Id: Ib8ce43592421aa0507400eabd9324dd8c6950086
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/PredictedAppIcon.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/PredictedAppIcon.java index e41c75a..f97d6da 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/PredictedAppIcon.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/PredictedAppIcon.java
@@ -40,11 +40,12 @@ 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;