Marcin Wisniowski
01/22/2022, 5:53 PMborder-image-repeat
from CSS, I have an image like a 9-patch drawable, except I need to repeat the borders as needed, not stretch them as 9-patch does. How would I go about that in Compose? Or should I go straight to a Canvas and implement it from scratch?Marcin Wisniowski
01/22/2022, 6:26 PM