VideoCrop
VideoCrop copied to clipboard
How to redraw selected area rectangle when screen restored?
I had added this library as module and directly using it's CropVideoView and related classes. I am storing user's selected rectangle on saved instance state by getCropRect() and restoring on restore instance state by setCropRect which in turn calls mCropView.setBitmapRect(savedRect); mCropView.resetCropOverlayView(); methods. But it doesn't drawing rectangle at properly as well when try resize it using touch then it disappear.
Any clue or help on this?