mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Increase maximum zoom level for large images.
This commit is contained in:
committed by
Greyson Parrelli
parent
54f92ae466
commit
36fe150678
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user