yangchaojiang/ZoomPreviewPicture-

width and height must be > 0

taosimple opened this issue · 3 comments

如果 Glide 设置 placeholder(R.color.black8) 为颜色,会在 SmoothImageView.initTransform()

Bitmap mBitmap = Bitmap.createBitmap(getDrawable().getIntrinsicWidth(),
                    getDrawable().getIntrinsicHeight(), Bitmap.Config.RGB_565);

抛出异常:width and height must be > 0

另外如果placeholder设置为图片,但是图片在显示的时候不会居中

好的,我看看,目前没有颜色大小占位的支持,所以

我测试一下, 过度不推荐使用颜色和占位符,颜色无法计算需要图片大小。

图片问题错位无法解决。 颜色已解决闪退问题。2.2.2