Hi everyone. I was wondering if it’s possible to s...
# compose
m
Hi everyone. I was wondering if it’s possible to set a tinted background image that’s repeated, like a pattern. I saw this ticket, but it’s been a while since any activity
m
Yeah I found that one too, but imageshader uses bitmap, so not sure how to use in common code
c
What’s your image class?
and btw.
androidx.compose.ui.graphics.ImageShader
uses a
androidx.compose.ui.graphics.ImageBitmap
m
Tnx, I've got it all working!