summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorJoe Malin <jmalin@google.com>2012-07-03 14:24:26 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-03 14:24:26 -0700
commit8d5efa6a8c68f53198b35d01ce64857ae1bf7946 (patch)
tree9a8932fbee11de2c6e9d981e2a67821f9794c484 /docs/html
parent8ab2dfb293133fa0033a1df9bcf7efb926b421d0 (diff)
parent67970e8aa0ab1a8eb537e5fbbe09f87d8d7edde8 (diff)
downloadframeworks_base-8d5efa6a8c68f53198b35d01ce64857ae1bf7946.zip
frameworks_base-8d5efa6a8c68f53198b35d01ce64857ae1bf7946.tar.gz
frameworks_base-8d5efa6a8c68f53198b35d01ce64857ae1bf7946.tar.bz2
Merge "DOC CHANGE: AOSP 33831 - Typo" into jb-dev
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/guide/topics/ui/drag-drop.jd2
1 files changed, 1 insertions, 1 deletions
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