summaryrefslogtreecommitdiff
path: root/platform/android/viewer/src/com/artifex/mupdfdemo/ReaderView.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/viewer/src/com/artifex/mupdfdemo/ReaderView.java')
-rw-r--r--platform/android/viewer/src/com/artifex/mupdfdemo/ReaderView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/viewer/src/com/artifex/mupdfdemo/ReaderView.java b/platform/android/viewer/src/com/artifex/mupdfdemo/ReaderView.java
index bfccdb19..afcd077f 100644
--- a/platform/android/viewer/src/com/artifex/mupdfdemo/ReaderView.java
+++ b/platform/android/viewer/src/com/artifex/mupdfdemo/ReaderView.java
@@ -34,7 +34,7 @@ public class ReaderView
private static final int GAP = 20;
private static final float MIN_SCALE = 1.0f;
- private static final float MAX_SCALE = 5.0f;
+ private static final float MAX_SCALE = 64.0f;
private static final float REFLOW_SCALE_FACTOR = 0.5f;
private static final boolean HORIZONTAL_SCROLLING = true;