screenshott
screenshott copied to clipboard
[Android Library] Take a screenshot of your view layout , programmatically!
Currently the library cannot take the screenshot of a SurfaceView. Parent issue #3
**Do you want to request a *feature* or report a *bug*?** Report A Bug **What is the current behavior?** My app is crashing upon trying to take a screenshot in...
Please fill out the blanks below describing your issue What are the steps to reproduce this issue? ------------------------------------------- 1. … 2. … 3. … … What happens? ------------- In the...
Great library! I have some suggestions: 1. In the lib module, you can delete `test` and `androidTest` dirs, and remove the `application` tag from `AndroidManifest.xml`; 2. Why not call `rootview.getDrawingCache(true)`?...