You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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);
The text was updated successfully, but these errors were encountered: