We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b593d19 commit 1162527Copy full SHA for 1162527
1 file changed
README.md
@@ -6,6 +6,7 @@ Supports
6
- Double-tap to zoom
7
- Pinch zoom
8
- Drag to pan
9
+- FLing to pan
10
11

12
@@ -15,7 +16,7 @@ Supports
15
16
17
## Implementation
18
-#### Uses the standard `AppCompatImageView` api with a few minor additions
19
+#### Extends the standard `AppCompatImageView` api with a few minor additions
20
21
Add to layout
22
```xml
@@ -52,7 +53,6 @@ imageView.debugInfoVisible = true
52
53
```
54
## Planned improvements and future additions
55
-- Fling support
56
- Swipe to dismiss
57
- Support for multiple scale types (only fit-center works for now)
58
- Publish as a library (maybe)
0 commit comments