Skip to content

Commit 30b7e49

Browse files
authored
Update GlideUtils.java
1 parent 01d9e8f commit 30b7e49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

base-libs/src/main/java/com/hazz/baselibs/glide/GlideUtils.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
package com.hazz.baselibs.glide;
22

3+
import android.content.Context;
4+
import android.text.TextUtils;
5+
import android.widget.ImageView;
6+
7+
import com.bumptech.glide.load.resource.bitmap.CircleCrop;
8+
import com.bumptech.glide.load.resource.bitmap.RoundedCorners;
9+
import com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions;
310
/**
411
* @author xuhao
512
* @date 2018/6/11 17:36

0 commit comments

Comments
 (0)