drag'n drop views in a linear layout works ... if the layout is not empty and its width / width are not set to wrap_content !!!
Example: create linearLayout. Set the width / height of the layout to populate the parent or some fixed value (e.g. 64dip). Now you can drag, say, a text file.
Cyril source
share