如何将位图图像转换为可绘制图像?
发布于 2016-10-13 08:06:26
我在上下文中使用
//Convert bitmap to drawable Drawable drawable = new BitmapDrawable(context.getResources(), bitmap);
https://stackoverflow.com/questions/2415619
相似问题