Does Android support SVG? any example?
Check out Support vector drawable. Android studio has a tool to convert SVG files to .XML files.
when using AppCompat with ImageView (or subclasses such as ImageButton and FloatingActionButton), you’ll be able to use the new app:srcCompat attribute to reference vector drawables (as well as any other drawable available to android:src):
As of Android Support Library 23.3.0, support vector drawables can only be loaded via app:srcCompat or setImageResource()