Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created February 24, 2017 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifucolo/c36107361bb732293ea443449431c449 to your computer and use it in GitHub Desktop.
Save ifucolo/c36107361bb732293ea443449431c449 to your computer and use it in GitHub Desktop.
private PhotoViewAttacher mAttacher;
{
....
mAttacher = new PhotoViewAttacher(photo);
mAttacher.setMinimumScale(0.5f);
mAttacher.setMaximumScale(mAttacher.getMaximumScale());
mAttacher.setScaleType(ImageView.ScaleType.FIT_CENTER);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment