What is the compose-equivalent to `android.text.Ht...
# compose-android
m
What is the compose-equivalent to
android.text.Html.ImageGetter
which I use to embed custom HTML elements (e.g.
<img src=\'ic_file_download_24\'/>
) in string resources?
m
I see examples of using that with
buildAnnotatedString
but is there a standard/recommended way to declare within a string resource, or do I need to do some custom way with regex?
e
https://issuetracker.google.com/issues/139320238 at the moment, there's no good solution, but there's a hack you can copy that supports some use cases