SVGAImageView使用总结


依赖导入

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" />

文章作者: Lao Wu
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Lao Wu !
评论
  目录