summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--src/it/sephiroth/android/library/imagezoom/ImageViewTouchBase.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 90bdc67..4919e3b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttcomics"
- android:versionCode="30"
+ android:versionCode="31"
android:versionName="1.0.18" >
<uses-sdk
diff --git a/src/it/sephiroth/android/library/imagezoom/ImageViewTouchBase.java b/src/it/sephiroth/android/library/imagezoom/ImageViewTouchBase.java
index a0e1a3b..3213fb2 100644
--- a/src/it/sephiroth/android/library/imagezoom/ImageViewTouchBase.java
+++ b/src/it/sephiroth/android/library/imagezoom/ImageViewTouchBase.java
@@ -39,7 +39,7 @@ public class ImageViewTouchBase extends ImageView implements IDisposable {
protected final float[] mMatrixValues = new float[9];
protected int mThisWidth = -1, mThisHeight = -1;
protected boolean mFitToScreen = false;
- final protected float MAX_ZOOM = 2.0f;
+ final protected float MAX_ZOOM = 4.0f;
protected RectF mBitmapRect = new RectF();
protected RectF mCenterRect = new RectF();