From cbbfda2bd06147f38697c54033d76361477faaf1 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Thu, 13 Jan 2011 20:27:12 -0800 Subject: [PATCH] Add a dynamically-revealed view to the drag demo This is to show off and test the handling of views that become visible after the primary ACTION_DRAG_STARTED broadcast happens. Change-Id: I8bb575c2e055a9d60fc6ed8bc77457dec13a80b4 --- samples/ApiDemos/res/layout/drag_layout.xml | 12 ++++++++++ .../android/apis/view/DragAndDropDemo.java | 23 ++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/samples/ApiDemos/res/layout/drag_layout.xml b/samples/ApiDemos/res/layout/drag_layout.xml index 4e509c4d1..909cef40d 100644 --- a/samples/ApiDemos/res/layout/drag_layout.xml +++ b/samples/ApiDemos/res/layout/drag_layout.xml @@ -62,6 +62,18 @@ dot:anr="drop" /> + +