如何使DrawableBitmap的某些像素透明?
发布于 2010-01-05 05:15:50
您可以尝试使用setPixel方法更改基础位图(如果它是可变的)像素。
https://stackoverflow.com/questions/2001236
相似问题