BigImageViewer icon indicating copy to clipboard operation
BigImageViewer copied to clipboard

ImageViewFactory.createStillImageView() should parse in AttributeSet

Open chpetersen opened this issue 7 years ago • 1 comments

mMainView in BigImageView always have id -1 (NO_ID). This happen because because the SubsamplingScaleImageView is being created with null AttributeSet.

This means I can't check which view I click inside my onClickListener.

chpetersen avatar Oct 24 '18 14:10 chpetersen

PR is welcome!

Piasy avatar Oct 24 '18 16:10 Piasy