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.
我有一张图像,里面有不同的任意形状的部分。
现在我想在单击图像的特定部分时显示一些数据。例如,当我单击 A 部分时,我想显示一个带有该部分名称的通知。
我不知道如何完成这项任务。请指导我。
尝试添加一个OnTouchListener以获取您的图像被触摸的坐标。使用这些坐标,您可以匹配单击的形状。
OnTouchListener