glide
glide copied to clipboard
load transparent background image color will change to black
trafficstars
glide version
com.github.bumptech.glide:compiler:4.16.0
load like this
Glide.with(this)
.asBitmap()
.load(R.drawable.belowImage)
.apply(
RequestOptions()
.format(DecodeFormat.PREFER_ARGB_8888)
.dontTransform()
)
.into(vb.ivTest)
my image
virtual device display like this