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

Christopher Mederos

11/17/2023, 12:56 AM
Another Q - How can you align two Text composables that are different font sizes to have the same bottom edge?
x

xoangon

11/17/2023, 7:31 AM
Looks like Modifier.alignByBaseline() is what you need
c

Christopher Mederos

11/18/2023, 12:18 AM
neat - thanks! Looks like I'll have to reorganize my containers though so that everything on the bottom shares a single row scope 👍
🙌 1