android 加載圖片圓角等功能的處理

  以Glide爲例: Glide.with(getContext()).load(item.getSoftLogo()).transform(this.glideRoundTransform).into(vh.ivSoftIcon);   Glide 提供了transform()方法。   /** * Transform {@link GlideDrawable}s using
相關文章
相關標籤/搜索