`shader = BitmapShader(decodResource(resources, R....
# android
k
shader = BitmapShader(decodResource(resources, R.drawable.link), REPEAT, REPEAT)
😊