DrawableView
DrawableView copied to clipboard
A view that allows to paint and saves the result as a bitmap
Hello.When the drawableview is in the fragment, if the fragment is in an invisible state and then drawableview is initialized, there is no trace on the drawableview. If I set...
The artifact in maven central for `0.6.0` has additional `.class` files in it. This causes Android Lint to fail when compiling an application as these classes reference other classes that...
Hi Chris, Sorry to bother you did not know have you read my previous post to you in another thread here https://github.com/PaNaVTEC/DrawableView/issues/6. Anyway, have been getting weird errors (double paint...
I have a suggestion for feature. If draw text can be added. For example, asking user to enter a text in popup and on pressing done text get drawn on...
The following values will be allowed: ``` java drawableView.setGravity(Gravity.CENTER_HORIZONTAL); drawableView.setGravity(Gravity.CENTER_VERTICAL); drawableView.setGravity(Gravity.LEFT); drawableView.setGravity(Gravity.RIGHT); drawableView.setGravity(Gravity.TOP); drawableView.setGravity(Gravity.BOTTOM); ``` Or combinations like `drawableView.setGravity(Gravity.LEFT | Gravity.BOTTOM);`