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)
91
91
```
92
92
93
93
### 状态回调
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
110
96
111
97
```
112
98
public static class OnStatusChangedListener {
@@ -170,4 +156,4 @@ setOnStatusChangedListener<br>(OnStatusChangedListener listener)|-|null|按钮
170
156
171
157
### [ Matisse] ( https://github.com/zhihu/Matisse )
172
158
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