File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ The view optionally uses subsampling and tiles to support very large images - a
6060* Display images from assets, resources, the file system or bitmaps
6161* Automatically rotate images from the file system (e.g. the camera or gallery) according to EXIF
6262* Manually rotate images in 90° increments
63+ * Display a region of the source image
64+ * Use a preview image while large images load
6365* Swap images at runtime
6466* Use a custom bitmap decoder
6567
@@ -126,7 +128,7 @@ Disable tiling if:
126128
127129Add the library to your app using one of these methods:
128130
129- * Add ` com.davemorrissey.labs:subsampling-scale-image-view:2.4 .0 ` as a dependency in your build.gradle file
131+ * Add ` com.davemorrissey.labs:subsampling-scale-image-view:3.0 .0 ` as a dependency in your build.gradle file
130132* * or* download the library aar file from the releases page and add to your app manually
131133* * or* clone the project and import the library subproject as a module in your app
132134* * or* clone the project and copy the resources and classes from ` com.davemorrissey.labs.subscaleview ` into your project
You can’t perform that action at this time.
0 commit comments