I\'m implementing drag\'n\'drop for views. When drag is started, I set visibility of the view to INVISIBLE, then, if the drag was interrupted - back to VI
INVISIBLE
VI
Maybe this can help. here in the given link says: instead of DragEvent.ACTION_DRAG_ENDED use DragEvent.ACTION_DROP.
DragEvent.ACTION_DRAG_ENDED
DragEvent.ACTION_DROP