Another Q - How can you align two Text composables...
# compose
c
Another Q - How can you align two Text composables that are different font sizes to have the same bottom edge?
x
Looks like Modifier.alignByBaseline() is what you need
c
neat - thanks! Looks like I'll have to reorganize my containers though so that everything on the bottom shares a single row scope 👍
🙌 1