File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments