mrKlar / PagedDragDropGrid

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

Highlighting clicked view #10

Closed lkorth closed 11 years ago

lkorth commented 11 years ago

I have a question out on SO currently, but I'll also add an issue here.

I've added selectors to highlight a clicked view to provide better feedback to the user, but for some reason all the views are highlighted instead of just the clicked one.

Edit: Some progress has been made, with this answer, but it creates other problems.