在我一个项目中 我用 的开源组件photoview用于放大 拖动 但是它是单击返回的 我现在想屏蔽掉它的单击事件 请问有大神知道怎么屏蔽掉么 求指点!谢谢 |
|
60分 |
mAttacher = new PhotoViewAttacher(mImageView);
mAttacher.setOnPhotoTapListener(null); 看这样行不。 |
谢谢 果真能用 |
在我一个项目中 我用 的开源组件photoview用于放大 拖动 但是它是单击返回的 我现在想屏蔽掉它的单击事件 请问有大神知道怎么屏蔽掉么 求指点!谢谢 |
|
60分 |
mAttacher = new PhotoViewAttacher(mImageView);
mAttacher.setOnPhotoTapListener(null); 看这样行不。 |
谢谢 果真能用 |