Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BzCoder authored Jun 4, 2019
1 parent 1790396 commit 012fc44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ EasyGlide是一款基于Glide4.9.0的工具封装类,功能不复杂,主要
- 加载完毕后PlaceHolder不会自动隐藏 [Glide #3195](https://github.com/bumptech/glide/issues/3195)

## 改动
- 1.0.7
- 增加RequestListener
- 1.0.6
- 修复加载透明图片PlaceHolder不自动隐藏的问题

Expand Down Expand Up @@ -47,6 +49,8 @@ EasyGlide是一款基于Glide4.9.0的工具封装类,功能不复杂,主要

EasyGlide.loadImage(this, url4, iv2);

EasyGlide.loadImage(this, url4, iv2, new RequestListener());

EasyGlide.loadBlurImage(this, url4, iv3);

EasyGlide.loadCircleImage(this, url4, iv4);
Expand Down

0 comments on commit 012fc44

Please sign in to comment.