CanHub / Android-Image-Cropper

Image Cropping Library for Android, optimised for Camera / Gallery.
https://canhub.github.io/
Apache License 2.0
1.17k stars 240 forks source link

How to block crop event in View ? #630

Open theduc0x opened 2 weeks ago

theduc0x commented 2 weeks ago

I want to block the crop event after setAspectRatio. I have a list of AspectRatio and just let the user choose from those categories and the user can just drag and drop it in the View but I don't want the user to be able to crop the View again

image

I want to block the crop event from the 4 corners like in that picture, but still keep the hold and move event on it