Showing svg files from assets in Jetpack Compose #1793
Unanswered
JimJupiter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm new to coil and tried the following code
`val imageUrl = "file:///android_asset/bland/swhol.svg"
`AsyncImage(
model = imageUrl,
contentDescription = "Image",
contentScale = ContentScale.Inside,
)
``
Code works but no image appears - any help?
Beta Was this translation helpful? Give feedback.
All reactions