依赖导入
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
implementation 'com.github.yyued:SVGAPlayer-Android:latest'
静态使用
<com.opensource.svgaplayer.SVGAImageView
android:layout_height="match_parent"
android:layout_width="match_parent"
app:source="xxx.svga"
app:autoPlay="true"
android:background="#000" />