SquaringDrawable cannot be cast to android.graphics.drawable.BitmapDrawable
解决方法:
Bitmap bitmap = ((GlideBitmapDrawable)drawable.getCurrent()).getBitmap();
SquaringDrawable cannot be cast to android.graphics.drawable.BitmapDrawable
解决方法:
Bitmap bitmap = ((GlideBitmapDrawable)drawable.getCurrent()).getBitmap();
本文标题:SquaringDrawable cannot be cast
本文链接:https://www.haomeiwen.com/subject/kzyuqxtx.html
网友评论