Skip to content

string html resource

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.ui.toolkit/stringHtmlResource

stringHtmlResource

[androidJvm]\

@Composable

@ReadOnlyComposable

fun stringHtmlResource(@StringResid: Int): AnnotatedString


Deprecated

Use new 'textResource' instead.

Replace with

textResource(id)

Clone this wiki locally