mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-22 07:50:11 +01:00
allow zooming up to 20x
This commit is contained in:
parent
e8da1424ad
commit
eed77d4738
@ -35,6 +35,7 @@ public class MyPagerAdapter extends PagerAdapter {
|
||||
final PhotoView photoView = new PhotoView(context);
|
||||
Glide.with(context).load(paths.get(position)).fitCenter().crossFade().into(photoView);
|
||||
container.addView(photoView);
|
||||
photoView.setMaximumScale(20f);
|
||||
return photoView;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user