I have an .svg file with properties for loading animation.
I'm trying to convert this into a form that can be used in android UI.
Yet it seems that svg converter in Android Studio just converts this svg file into a static vector drawable, without animation.
Is there any way to convert this file smoothly into an animated vector drawable?