imablanco / Zoomy

Zoomy is an easy to use pinch-to-zoom Android library
918 stars 120 forks source link

Zoomy in RecyclerView #7

Closed nativ18 closed 6 years ago

nativ18 commented 6 years ago

Hello guys,

Can you please explain how I can unregister zoomy from a view in RecyclerView? the problem is that I have many types of view, on some of them I want to be able to apply zoom and on some I don't. Because the recycling mechanism I'm getting zooming ability on views that I don't want.

imablanco commented 6 years ago

Hi, I am scheduling this and other issues for when I have a some time. Meanwhile, Zoomy works by setting a custom touch listener to the View, so setting the touch listener of the non zoomable Views to null or any other TouchListener implementation will work.