Skip to content

Commit 67970e8

Browse files
author
Joe Malin
committed
DOC CHANGE: AOSP 33831 - Typo
Change-Id: I394fd5394baf9615463533157e06699478460ceb
1 parent 399df56 commit 67970e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/guide/topics/ui/drag-drop.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ imageView.setOnLongClickListener(new View.OnLongClickListener() {
608608
ClipData dragData = new ClipData(v.getTag(),ClipData.MIMETYPE_TEXT_PLAIN,item);
609609

610610
// Instantiates the drag shadow builder.
611-
View.DrawShadowBuilder myShadow = new MyDragShadowBuilder(imageView);
611+
View.DragShadowBuilder myShadow = new MyDragShadowBuilder(imageView);
612612

613613
// Starts the drag
614614

0 commit comments

Comments
 (0)