1. 程式人生 > >Glide 設定圓形圖片

Glide 設定圓形圖片

implementation 'com.github.bumptech.glide:glide:4.6.1'  //所需依賴

例:

Glide.with(mContext).load(item.getImgsrc()).apply(RequestOptions.bitmapTransform(new CircleCrop())).into((ImageView) helper.getView(R.id.re_data_img));

標記:apply