Increase maximum zoom level for large images.
This commit is contained in:
parent
54f92ae466
commit
36fe150678
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ public class ZoomingImageView extends FrameLayout {
|
|||
|
||||
private static final float ZOOM_LEVEL_MIN = 1.0f;
|
||||
|
||||
private static final float LARGE_IMAGES_ZOOM_LEVEL_MID = 1.5f;
|
||||
private static final float LARGE_IMAGES_ZOOM_LEVEL_MAX = 2.0f;
|
||||
private static final float LARGE_IMAGES_ZOOM_LEVEL_MID = 2.0f;
|
||||
private static final float LARGE_IMAGES_ZOOM_LEVEL_MAX = 5.0f;
|
||||
|
||||
private static final float SMALL_IMAGES_ZOOM_LEVEL_MID = 3.0f;
|
||||
private static final float SMALL_IMAGES_ZOOM_LEVEL_MAX = 8.0f;
|
||||
|
|
Loading…
Add table
Reference in a new issue