Hi I'm implementing some drag & drop functionality. I'm currently having two problems: 1) When I drag the View outside of it's parent it's being clipped, I like to be able to drag the item around the whole window.
2) Z-order, I'm currently bringing the dragged View to the front but with the same approach when moving over view groups would mean that the parent ViewGroup would have to be at the front potentially resulting in distorting the layout of the application. Question: Is there a way to hand over the drawing of a View to my root View or even the activity so it can be ensured to be at the front and move around the whole window? I would prefer not to have to remove the child and add it into an other ViewGroup during the drag & drop operation if possible. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

