在特殊形状的图像上拖动侦听器

时间:2013-12-14 09:17:48

标签: android touch drag swipe

我有这张图片:enter image description here

在Android中,我想拖动图像并获取x和y。但只在黑暗的部分(但是图像视图/按钮是一个矩形)。所以是一种圆形的OnTouchListener。

我该如何设法做到这一点?

1 个答案:

答案 0 :(得分:1)

您可以通过获取ImageView的触摸像素颜色来实现。

So, Step you need:

 1. Get touched pixel color.

 2. Compare touched pixel color with your image color . it is black. 

因此,您可以在您想要的图像视图位置触摸位置。

由于