a
Size: a a a
a
АP
VS
a
VS
a
SB
Y
Glide.with(mContext.getApplicationContext()).load(url).apply(RequestOptions.bitmapTransform(new RoundedCorners(50))).into(viewHolder.post_image);подскажите пожалуйста что здесь не правильно?( не скругляет углы
Glide.with(this)
.load("https://interactive-examples.mdn.mozilla.net/media/examples/grapefruit-slice-332-332.jpg")
.transform(new RoundedCorners(50))
.placeholder(R.mipmap.ic_profile_avatar)
.into(imgCirle);
ВM
Glide.with(this)
.load("https://interactive-examples.mdn.mozilla.net/media/examples/grapefruit-slice-332-332.jpg")
.transform(new RoundedCorners(50))
.placeholder(R.mipmap.ic_profile_avatar)
.into(imgCirle);
ВM
VS
a
Y
SB
ВM
VS
Y
A
A