mukeshsolanki / DrawingView-Android

DrawingView is a simple view that lets you draw on screen using your fingers and lets you save the drawings as images.
MIT License
240 stars 53 forks source link

Drawing over #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

First, thank you for the brilliant utility. Just wondering if you could add a feature to load an image at the init of the drawingView. That will help enable draw on top of an image. Please let know. Thanks.

mukeshsolanki commented 8 years ago

@vptcr you can use drawingview.setBackground() for that