Turn DragView into a FrameLayout

Bug: 183609936
Test: drag-n-drop icons, folders, widgets, shortcuts
Change-Id: I030b36cd59ac6d0ced3263baca13108825ab2296
This commit is contained in:
Sunny Goyal
2021-04-16 14:47:33 -07:00
committed by Steven Ng
parent bacfccfc7d
commit e36664d541
5 changed files with 161 additions and 276 deletions

View File

@@ -183,7 +183,6 @@ public abstract class ButtonDropTarget extends TextView
hideTooltip();
if (!d.dragComplete) {
d.dragView.setColor(0);
d.dragView.setAlpha(1f);
} else {
d.dragView.setAlpha(DRAG_VIEW_HOVER_OVER_OPACITY);