mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Turn DragView into a FrameLayout
Bug: 183609936 Test: drag-n-drop icons, folders, widgets, shortcuts Change-Id: I030b36cd59ac6d0ced3263baca13108825ab2296
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user