Hi. Is it possible to use text alignments (i.e. `t...
# compose
n
Hi. Is it possible to use text alignments (i.e.
textAlign = TextAlign.Center
) with
ClickableText
(see https://developer.android.com/jetpack/compose/text)? The
ClickableText
API seems not to support it. My goal is to have hyperlinks on some of the words, like this: https://stackoverflow.com/a/65656351/674487 , but I would like the text to be centered
Ahh, nevermind, I just found out how to set a paragraph style in the annotated string, which is just what I needed.