zoomage icon indicating copy to clipboard operation
zoomage copied to clipboard

About nested recycleview

Open alikemalben opened this issue 5 years ago • 1 comments

Hi. I have a viewpager2 in recycleview just like instagram. I want to show a picture just like instagram pinch zoom. it is work in viewpager's borders when I use Zoomage in viewpager but it is not overflow of viewpager borders. it is mean it can not be fullscreen. is there any way to do full screen in Recycleview?

alikemalben avatar Oct 26 '20 21:10 alikemalben

Everything in a ZoomageView happens within fixed borders and it manipulates the scaling and translation of an image within its own frame. You would need to make sure the view itself was set to fill the screen.

jsibbold avatar Oct 27 '20 15:10 jsibbold