标签: android imageview
我想在Java中的android中指定坐标处的图像上绘制圆或其他形状。请帮帮我。
答案 0 :(得分:0)
为圆形创建自定义xml。现在在您的活动布局中放置一个imageview,不要在其中传递src。在活动班级中,一旦获得坐标,就要做这两件事
imageView.setX(value) and imageView.setY(value) finally pass your custom xml to imageView.setImageResource
希望这会有所帮助!