导入方式:
/build.gradle
repositories { maven { url "https://jitpack.io" }}
/app/build.gradle
dependencies { compile 'com.github.zzz40500:android-shapeLoadingView:1.0.3.2' }
使用方式:
直接在xml布局文件上引入即可,动画会自动加载
github地址:https://github.com/zzz40500/android-shapeLoadingView