decrease minimum zoom ratio to 0.2
This commit is contained in:
parent
0060e2cb73
commit
20d6c4ea9f
@ -108,7 +108,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
|
||||
"usb=(), " +
|
||||
"xr-spatial-tracking=()";
|
||||
|
||||
private static final float MIN_ZOOM_RATIO = 0.5f;
|
||||
private static final float MIN_ZOOM_RATIO = 0.2f;
|
||||
private static final float MAX_ZOOM_RATIO = 1.5f;
|
||||
private static final int ALPHA_LOW = 130;
|
||||
private static final int ALPHA_HIGH = 255;
|
||||
|
Loading…
Reference in New Issue
Block a user