lasersonic
Results
2
issues of
lasersonic
I'm not sure there is or not? Due to my UI have a button to toggle crop an image. Firstly I set imageView like this. ` imageView.setHandleShowMode(CropImageView.ShowMode.NOT_SHOW); imageView.setGuideShowMode(CropImageView.ShowMode.NOT_SHOW); ` Once...