Closed lkorth closed 12 years ago
You should open a new issue
Is there also a way to determine which of the views inside of the grid has been clicked, because this method fires wherever you click. I've tried adding a onclicklistener on the child views but that breaks the longclicklistener used for dragging.
On onClick(), you get the clicked view passed as parameter.
Hi,
I used the above code and made some modifications, and its working perfectly fine. I just wanted to move the delete zone to top of screen, but I am unable to do so. Can anyone please help..