Skip to content

Commit 14f8487

Browse files
Joe MalinAndroid Git Automerger
authored andcommitted
am 8d5efa6: Merge "DOC CHANGE: AOSP 33831 - Typo" into jb-dev
* commit '8d5efa6a8c68f53198b35d01ce64857ae1bf7946': DOC CHANGE: AOSP 33831 - Typo
2 parents da4b6db + 8d5efa6 commit 14f8487

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)