我正在Bitmap使用以下代码创建:
Bitmap
Bitmap bm= Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
但是我想将Background颜色从黑色变为透明,因为我想在另一个中使用这个对象Activity.我搜索了很多,但我无法找到解决方案.请帮忙.提前致谢.
Background
Activity
android bitmap
android ×1
bitmap ×1