We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can i somehow customize this library to support zoom out indefinitely? right now you can't zoom out to make the image smaller
The text was updated successfully, but these errors were encountered:
You can now do this using the develop branch and instantiating the touch handler like this:
develop
ImageMatrixTouchHandler imageMatrixTouchHandler = new ImageMatrixTouchHandler(context, new ImageMatrixCorrector());
The zoom and translation constraints are then disabled. This functionality will be published on the Maven repository in the coming days.
Sorry, something went wrong.
No branches or pull requests
Can i somehow customize this library to support zoom out indefinitely? right now you can't zoom out to make the image smaller
The text was updated successfully, but these errors were encountered: