File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ Features:
99~~~~~~~~~
10101. Pinch zoom in place (i.e. zoom occurs from point of touch)
11112. Panning with fling gesture
12- 3. Double tap reset
12+ 3. Double tap zoom
13134. Configurable zoom boundaries (min/max)
1414
1515Limitations:
1616~~~~~~~~~~~~
17171. Does not support Rotation
18182. Does not support Pan and Zoom together
19- 3. Only supports Bitmap objects and image resources (i.e. does not support setting a Drawable that is NOT a bitmap/png/jpg)
20- 4. Not all methods of ImageView class are supported (will throw UnsupportedOperationException if strict is true)
19+ 3. Not all methods of ImageView class are supported (will throw UnsupportedOperationException if strict is true)
2120
2221What's New in the Latest Release!
2322~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2423
2524- Added double-tap zoom support
2625- Added support for onClickListener
26+ - Added support for non-image drawables
2727
2828New in previous releases
2929~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments