ImageViewZoom icon indicating copy to clipboard operation
ImageViewZoom copied to clipboard

MinZoom not working

Open gintechsystems opened this issue 10 years ago • 1 comments

Hello,

I am trying to set the min zoom but it seems to be scaling the image down still. The image is set to fit the screen using the display matrix. I don't want it to be smaller than that.

What am I doing wrong?

expandedImageView.setImageBitmap(convertToBitmap(imageDrawable, imageDrawable.getIntrinsicWidth(), imageDrawable.getIntrinsicHeight()), expandedImageView.getDisplayMatrix(), 1f, 3f);

gintechsystems avatar Sep 03 '15 18:09 gintechsystems

Hello,

I resolved this problem. I just writed 0.99f instead 1f.

TomkaRUSS avatar Aug 31 '16 08:08 TomkaRUSS