I am trying to find if xamarin android supports svg images.
I found that it supports vector images but only in xml format... Is that true?
I am trying to find if xamarin android supports svg images.
I found that it supports vector images but only in xml format... Is that true?
Yes, you are right. SVG image should be a file in XML format, you can have a try with the answer in this link.
7 people are following this question.