bm-x / PhotoView

图片浏览缩放控件
2.63k stars 539 forks source link

如果设置点击图片外面的点击事件? #95

Open qwecde123456 opened 6 years ago

qwecde123456 commented 6 years ago

attacher.setOnPhotoTapListener(new PhotoViewAttacher.OnPhotoTapListener() { @Override public void onPhotoTap(View view, float x, float y) { dismiss(); }

        @Override
        public void onOutsidePhotoTap() {

        }
    });

像这个onOutsidePhotoTap的方法是否存在? 现在需求是要点击图片的外部,谢了。