DOC CHANGE: AOSP 33831 - Typo
Change-Id: I394fd5394baf9615463533157e06699478460ceb
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user