Commit fd12b74451453cc131dc17ab8f57897dc470bfc5
1 parent
b9b35953
图库gif图设置加载
Showing
1 changed file
with
5 additions
and
0 deletions
core/imageload/src/main/java/com/cnlive/core/imageload/config/SingleConfig.java
| @@ -526,6 +526,11 @@ public class SingleConfig { | @@ -526,6 +526,11 @@ public class SingleConfig { | ||
| 526 | return this; | 526 | return this; |
| 527 | } | 527 | } |
| 528 | 528 | ||
| 529 | + public ConfigBuilder setGif(boolean gif) { | ||
| 530 | + isGif = gif; | ||
| 531 | + return this; | ||
| 532 | + } | ||
| 533 | + | ||
| 529 | /** | 534 | /** |
| 530 | * 加载ContentProvider资源 | 535 | * 加载ContentProvider资源 |
| 531 | * | 536 | * |