android-image-preview icon indicating copy to clipboard operation
android-image-preview copied to clipboard

A simple and easy to use image-preview android library.

Results 5 android-image-preview issues
Sort by recently updated
recently updated
newest added

Hi, I've got this crash from the community: ``` Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'int android.view.View.getSystemUiVisibility()' on a null object reference com.greentoad.turtlebody.imagepreview.ImagePreview$PreviewFragment.hide (ImagePreview.java:336) com.greentoad.turtlebody.imagepreview.ImagePreview$PreviewFragment.access$hide (ImagePreview.java:211) com.greentoad.turtlebody.imagepreview.ImagePreview$PreviewFragment$initAdapter$2.onViewPagerClick (ImagePreview.java:374)...

@wangsun6 Referencing #12 In the preview when you take portrait pictures, these are rotated the wrong way. This PR fixes this problem on the advice of @eemi2010

Hi @wangsun6 , in the preview when you take portrait pictures, these are rotated the wrong way. Could you implement the rotation? Do you need help? ![Screenshot_1601568952](https://user-images.githubusercontent.com/9129812/94835667-4cd6cc80-0412-11eb-8a12-855588e2c8e7.png) As you can...

Hi @wangsun6 thank you for the great work and wonderful lib you have been creating here, I got a crash from my community, I don't know how to reproduce it...