Glideフィレット
602 ワード
RequestOptions options = new RequestOptions();
options.centerCrop().transform(new RoundedCorners(20));
Glide.with(mContext).load(sth)
.apply(options)
.into(swh);