ZoomLayout
ZoomLayout copied to clipboard
2D zoom and pan behavior for View hierarchies, images, video streams, and much more, written in Kotlin for Android.
It's related to [Unwanted animated zoom after setMaxZoom call #213](https://github.com/natario1/ZoomLayout/issues/213) issue. I tried his solution and it worked. I am not sure why do you use zoom instead of realZoom,...
如图所示 MapLayout onDrawable无法显示
### Problem to be addressed The current version of com.otaliastudios:zoomlayout relies on an older version of the Kotlin Standard Library, which poses a security risk due to known vulnerabilities identified...
I'm building a drawing application on that I hav to add pinch to zoom functionality, i have used this library but its only working on Image View. I want to...
Currently, I use this to zoom out to full screen: `ZoomSurfaceView.zoomSurfaceView.zoomTo(1, true)` But it does not center the view when I do that, it just zooms out and if you...
### How do I? ``` ``` As you can see here I’ve added ``` app:overScrollHorizontal="false" app:overScrollVertical=“false" ``` I’m trying to never let the content overscroll, and it works vertically, but...
How to save and restore value of an image from one activity to another? i tried using `binding.userPhoto.getEngine().getMatrix()` but it does not seem to work for me. I also logged...