-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set click event for each path #29
Comments
public class ImageMapTestActivity extends Activity {
} |
@abdallaadelessa I have got to admit that without the block of code you provided, I would have been stuck at detecting click events on different paths for a long time. So thanks for that. However I think that code inside the
I am not sure if this is memory efficient, but it does the job for me and I hope it helps someone out there. |
can you guys explain PhotoViewAttacher? is it library? |
if there are many path in xxx.svg file,
how can i set click event for each path ?
The text was updated successfully, but these errors were encountered: