我正在尝试使用9补丁绘图来使用PorterDuff剪切彩色背景。 我的目标图像是灰色矩形。 Source Image是一个9补丁气球,如下所示:
.Start
预期结果是: balloon with grey inside, white background outside
但我得到了 white inside balloon, black background outside
我的imageView代码:
http://i.stack.imgur.com/oMthi.png
我想使用drawDirectlyOnCanvas,因为即使drawWithBitmap有效,它也不是那么有效。