Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hantrungkien authored Jul 20, 2018
1 parent 164324c commit 8b9dbe8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ picker.isAlwaysSelected = false
mBubblePicker.setAlwaysSelected(true);
```

- We can set swipe move speed value (default = 1.5f)
```
picker.swipeMoveSpeed = 2f
//or
mBubblePicker.setSwipeMoveSpeed(2f);
```

- [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader): Load image from url

```
Expand Down

0 comments on commit 8b9dbe8

Please sign in to comment.