2 parents f2f3be8 + 48ba595 commit f8b26b7Copy full SHA for f8b26b7
1 file changed
README.md
@@ -17,7 +17,7 @@ allprojects {
17
Then add ImageZoom library
18
```gradle
19
dependencies {
20
- compile 'com.github.okaybroda:ImageZoom:1.0.5'
+ compile 'com.github.okaybroda:ImageZoom:1.0.6'
21
}
22
```
23
## Usage
@@ -80,4 +80,4 @@ Workaround is to wrap the zoomable View with a parent ViewGroup.
80
FrameLayout frameLayout = new FrameLayout(parent.getContext());
81
frameLayout.addView(imageView);
82
return new RecyclerView.ViewHolder(frameLayout) {};
83
-```
+```
0 commit comments