efemoney
09/13/2020, 3:20 AMView
system I think it’ll be something like
painters.forEach {
canvas.withTranslate(offset.x, offset.y) {
it.draw(canvas)
}
offset.y += it.heightRespectingAspectRatio
}
Not sure the equivalent in composeNader Jawad
09/16/2020, 1:02 AM