Nothing really kotlin related but: has someone fi...
# android
d
Nothing really kotlin related but: has someone figured out a good method to set the shader in the Paint() object?
shader = BitmapShader(BitmapFactory.decodeResource(resources, R.drawable.link), Shader.TileMode.REPEAT, Shader.TileMode.REPEAT)
Seems excessively long!