Closed HamidrezaAmz closed 7 years ago
I'm ok with setMaxZoom, but unfortunately setMinZoom is not working! Here is my code
// Set Bitmap cropperView.setImageBitmap(bitmap); // Set Max and Min Cropping cropperView.setMaxZoom(1.5f); cropperView.setMinZoom(0.8f);
There was an issue with this as layout would override minzoom. It has been fixed in 0.1.9.
0.1.9
I'm ok with setMaxZoom, but unfortunately setMinZoom is not working! Here is my code
// Set Bitmap cropperView.setImageBitmap(bitmap); // Set Max and Min Cropping cropperView.setMaxZoom(1.5f); cropperView.setMinZoom(0.8f);