Skip to content

Commit 1162527

Browse files
committed
Update readme
1 parent b593d19 commit 1162527

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Supports
66
- Double-tap to zoom
77
- Pinch zoom
88
- Drag to pan
9+
- FLing to pan
910

1011
![Double tap](media/double_tap.gif)
1112
  
@@ -15,7 +16,7 @@ Supports
1516

1617
## Implementation
1718

18-
#### Uses the standard `AppCompatImageView` api with a few minor additions
19+
#### Extends the standard `AppCompatImageView` api with a few minor additions
1920

2021
Add to layout
2122
```xml
@@ -52,7 +53,6 @@ imageView.debugInfoVisible = true
5253
```
5354
## Planned improvements and future additions
5455

55-
- Fling support
5656
- Swipe to dismiss
5757
- Support for multiple scale types (only fit-center works for now)
5858
- Publish as a library (maybe)

0 commit comments

Comments
 (0)