Merge "DOC CHANGE: AOSP 33831 - Typo" into jb-dev
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);
|
ClipData dragData = new ClipData(v.getTag(),ClipData.MIMETYPE_TEXT_PLAIN,item);
|
||||||
|
|
||||||
// Instantiates the drag shadow builder.
|
// Instantiates the drag shadow builder.
|
||||||
View.DrawShadowBuilder myShadow = new MyDragShadowBuilder(imageView);
|
View.DragShadowBuilder myShadow = new MyDragShadowBuilder(imageView);
|
||||||
|
|
||||||
// Starts the drag
|
// Starts the drag
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user