We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4b6db + 8d5efa6 commit 14f8487Copy full SHA for 14f8487
docs/html/guide/topics/ui/drag-drop.jd
@@ -608,7 +608,7 @@ imageView.setOnLongClickListener(new View.OnLongClickListener() {
608
ClipData dragData = new ClipData(v.getTag(),ClipData.MIMETYPE_TEXT_PLAIN,item);
609
610
// Instantiates the drag shadow builder.
611
- View.DrawShadowBuilder myShadow = new MyDragShadowBuilder(imageView);
+ View.DragShadowBuilder myShadow = new MyDragShadowBuilder(imageView);
612
613
// Starts the drag
614
0 commit comments