bold xml tags on strings are not supported yet for...
# compose
m
bold xml tags on strings are not supported yet for text, are they:
<b>
?
j
Nope, but there are some solutions here: https://stackoverflow.com/q/66494838/1490484
z
Do you specifically want the minimal pseudo-html that Android views supports, or would something like markdown work for you?
m
just bold atm 😛 I was asking if there is already anything for that. Bold support is not to much trouble to male
👍🏻 1
z
If you're doing this programmatically you can just use AnnotatedString or buildAnnotatedString