Skip to content

Commit 4c15e21

Browse files
authored
Update README.md
1 parent 6592fb3 commit 4c15e21

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,8 @@ loadingBtn.setEnableShrink(true)
9191
```
9292

9393
### 状态回调
94-
95-
```
96-
graph LR
97-
start --> onShrinking
98-
onShrinking --> onLoadingStart
99-
100-
complete --> onLoadingStop
101-
onLoadingStop --> onEndDrawableAppear
102-
onEndDrawableAppear --> onCompleted
103-
onCompleted --> onRestored
104-
onRestored
105-
106-
```
107-
108-
109-
94+
start --> onShrinking --> onLoadingStart
95+
complete --> onLoadingStop --> onEndDrawableAppear --> onCompleted --> onRestored
11096

11197
```
11298
public static class OnStatusChangedListener {
@@ -170,4 +156,4 @@ setOnStatusChangedListener<br>(OnStatusChangedListener listener)|-|null|按钮
170156

171157
### [Matisse](https://github.com/zhihu/Matisse)
172158

173-
### [Glide](https://github.com/bumptech/glide)
159+
### [Glide](https://github.com/bumptech/glide)

0 commit comments

Comments
 (0)