From 67970e8aa0ab1a8eb537e5fbbe09f87d8d7edde8 Mon Sep 17 00:00:00 2001 From: Joe Malin Date: Tue, 3 Jul 2012 13:54:29 -0700 Subject: DOC CHANGE: AOSP 33831 - Typo Change-Id: I394fd5394baf9615463533157e06699478460ceb --- docs/html/guide/topics/ui/drag-drop.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/html') diff --git a/docs/html/guide/topics/ui/drag-drop.jd b/docs/html/guide/topics/ui/drag-drop.jd index 93753cc..cacdf5c 100644 --- a/docs/html/guide/topics/ui/drag-drop.jd +++ b/docs/html/guide/topics/ui/drag-drop.jd @@ -608,7 +608,7 @@ imageView.setOnLongClickListener(new View.OnLongClickListener() { ClipData dragData = new ClipData(v.getTag(),ClipData.MIMETYPE_TEXT_PLAIN,item); // Instantiates the drag shadow builder. - View.DrawShadowBuilder myShadow = new MyDragShadowBuilder(imageView); + View.DragShadowBuilder myShadow = new MyDragShadowBuilder(imageView); // Starts the drag -- cgit v1.1