Move the drag thing into its own window that goes around on top of everything else.

This commit is contained in:
Joe Onorato
2009-08-04 16:04:30 -04:00
parent 1772142611
commit 00acb123c5
17 changed files with 838 additions and 679 deletions

View File

@@ -23,6 +23,6 @@ import android.view.View;
*
*/
public interface DragSource {
void setDragger(DragController dragger);
void setDragController(DragController dragger);
void onDropCompleted(View target, boolean success);
}