Hello. I've tried to implement drag and drop UI by using Drag and Drop interface(http://developer.android.com/guide/topics/ui/drag- drop.html), but I couldn't because I couldn't get DragShadow when startDrag.
I'm using a Button and it works well in normal case, but if the button is set as ' android:singleLine="true" ', drag shadow of button isn't showing. I can't understand why the single line property affects to startDrag. Is this a native bug or am I missing something? P.S. I have an another question. Is there any way to change the position of drag shadow? Drag shadow is appear under the finger, so user is hard to see the drag shadow if the view is small. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

