标签:android style blog http color ar strong sp on
实现涂鸦、擦除、保存的功能
设置画笔为橡皮擦功能 paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.CLEAR));
如果你的画出来的是黑色 可能是因为你控件背景的颜色是黑色的。
标签:android style blog http color ar strong sp on
原文地址:http://www.cnblogs.com/blogzhangwei/p/4013357.html