专栏名称: 程序员技术
最有影响力的程序员自媒体,关注程序员相关话题:程序人生、IT技术、IT职场、学习资源等。
51好读  ›  专栏  ›  程序员技术

漂亮的Android加载动画

程序员技术  · 公众号  · 程序员  · 2017-09-25 19:01

正文

点击上方“ 程序员共读 ”,选择“置顶公众号”

关键时刻,第一时间送达!


效果图:



Usage

Step 1

Add dependencies in build.gradle.

    dependencies {       compile 'com.wang.avi:library:2.1.3'    }

Step 2

Add the AVLoadingIndicatorView to your layout:

Simple

    <com.wang.avi.AVLoadingIndicatorView        android:layout_width="wrap_content"          android:layout_height="wrap_content"        app:indicatorName="BallPulseIndicator"        />

Advance

    <com.wang.avi.AVLoadingIndicatorView        android:id="@+id/avi"        android:layout_width="wrap_content"  //or your custom size        android:layout_height="wrap_content"  //or your custom size        style="@style/AVLoadingIndicatorView"// or AVLoadingIndicatorView.Large or AVLoadingIndicatorView.Small        android:visibility="






请到「今天看啥」查看全文