natario1 / ZoomLayout

2D zoom and pan behavior for View hierarchies, images, video streams, and much more, written in Kotlin for Android.
https://natario1.github.io/ZoomLayout
Apache License 2.0
1.05k stars 147 forks source link

How can I use it for a custom drawing viee #232

Open Manu6226 opened 1 year ago

Manu6226 commented 1 year ago

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 make the custom view zoomable. Can you suggest a solution for this.