okaybroda / ImageZoom

An Android library that makes any view to be zoomable.
GNU General Public License v3.0
120 stars 25 forks source link

Zooming inside a fixed height width #12

Open BipinAle opened 6 years ago

BipinAle commented 6 years ago

I have one recyclerview which needs to be zoomed, i wrapped it with frame layout and gave id 'zoomable'. There are other view also, in my case recyclerview should be zoomed within its bound only. Issue is : recyclerview is poped out of its place and is zooming all over the screen.