Now i downloaded .svg file from asset. Can I use Glide to get a link to a resource(namely, I have a link from the server that I want to display as an icon)
UPD:
I tried next functional from this library:
val uri = Uri.parse("https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg")
bankLogoView.setImageURI(uri)
And get next error:
E/SVGImageView: File not found: https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg