MLN icon indicating copy to clipboard operation
MLN copied to clipboard

ImageView设置blurImage后,android图片显示异常,图片背景成黑色了

Open xuwhale6 opened this issue 4 years ago • 1 comments

image

img = ImageView()
        :bgColor(Color(255,255,255,1))
        :width(100)
        :height(100)
        :setImageUrl("https://hbimg.huabanimg.com/1987ff275ea4f85f1efcd5c9263f779357855302c52b-ayV6qn_fw658", imgHolder)
        :blurImage(1, true)
window:addView(img)

xuwhale6 avatar Jul 02 '20 11:07 xuwhale6

使用其他图片(透明或非透明背景)都无问题

fangyuxiong avatar Oct 26 '20 06:10 fangyuxiong