Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Android 应用程序中有 Imageview 和 Image。我希望用户触摸的图像上的点会消失。
有任何想法吗?
谢谢。
将 OnTouchListener 添加到该视图,并在触摸时获取坐标并重绘视图并在画布上绘制您想要的像素,即白色像素,到您想要的位置。
这个流量差不多。。
希望这可以帮助!