安卓loading插件
github地址:https://github.com/81813780/AVLoadingIndicatorView使用流程1、添加依赖dependencies {compile 'com.wang.avi:library:2.1.3'}2、添加xml布局<com.wang.avi.AVLoadingIndicatorView...
·
github地址:https://github.com/81813780/AVLoadingIndicatorView
使用流程
1、添加依赖
dependencies {
compile 'com.wang.avi:library:2.1.3'
}
2、添加xml布局
<com.wang.avi.AVLoadingIndicatorView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/loading"
app:indicatorColor="@color/colorPrimary"
app:indicatorName="BallPulseIndicator"
/>
<com.wang.avi.AVLoadingIndicatorView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:indicatorColor="@color/colorPrimary"
app:indicatorName="PacmanIndicator"
/>
3、显示与隐藏
AVLoadingIndicatorView avi=findViewById(R.id.loading);
avi.hide();
avi.show();
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)