mrKlar / PagedDragDropGrid

An Android ViewGroup that implements a paged grid with drag'n'drop moveable items
406 stars 184 forks source link

Add onClick support #3

Closed lkorth closed 12 years ago

pankaj4288 commented 11 years ago

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..

lkorth commented 11 years ago

You should open a new issue

erwin-knoop commented 11 years ago

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.

mrKlar commented 11 years ago

On onClick(), you get the clicked view passed as parameter.