You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.