Is it not possible to display `.svg` files in Andr...
# compose
v
Is it not possible to display
.svg
files in Android using Compose Resources?
v
Oh, whats the workaround then?
k
use xml
h
Import an SVG with android studio, it converts it to XML and you can have it in your resources ready to be used immediately
v
Even with the
<android......./>
tags ?
h
Yes
v
I see error here
k
ignore it
😂 3
h
Ignore it
😆 3
v
Thanks, let me try this
This works, thanks