https://kotlinlang.org logo
#compose
Title
# compose
p

Paolo Achdjian

02/11/2020, 7:32 PM
There is a way to rotate a text ? Something like: Rotate(90){ Text("This is a test") }
You only need the bottom function if it's a one time operation
p

Paolo Achdjian

02/11/2020, 8:45 PM
Thank you @Zsolt
👍 1
l

Leland Richardson [G]

02/11/2020, 9:31 PM
i remember we talked at one point about providing some composables like this. I think it’s a good idea.
👍🏼 1
m

manueldidonna

06/09/2020, 10:17 AM
@Marc Reichelt you can use the DrawLayer modifier
👍 1
m

Marc Reichelt

06/09/2020, 11:05 AM
Thanks a lot - I looked on the modifier, but didn’t know which one to use - I expected something like ‘rotation’ there, but this makes sense of course!
👍🏻 1
2 Views