set the max allowed zoom to 5x

This commit is contained in:
tibbi 2016-02-21 21:19:36 +01:00
parent 42ba6b0e1d
commit 46a8f67c02

View file

@ -23,6 +23,7 @@ public class ViewPagerFragment extends Fragment {
if (path != null) {
final SubsamplingScaleImageView imageView = (SubsamplingScaleImageView) view.findViewById(R.id.photo);
imageView.setImage(ImageSource.uri(path));
imageView.setMaxScale(5f);
}
return view;