FreeDrawView
FreeDrawView copied to clipboard
Set a BitmapShader to the Paint
This library is very useful hopefully you can include a shader so you can paint image tiles from a bitmap into the FreeDrawView. Like the example below.
val shader = BitmapShader(resource,Shader.TileMode.REPEAT,Shader.TileMode.REPEAT) FreeDrawView.paint.setShader(shader)