码迷,mamicode.com
首页 > 移动开发 > 详细

Android drawable 加载效果

时间:2019-07-12 09:55:23      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:loading   list   ble   drawable   循环   and   MIP   sch   --   

<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
                android:oneshot="false">
    <!--android:oneshot 是否仅播放一次   false为循环播放-->
    <item android:drawable="@mipmap/loading0" android:duration="30"/>
    <item android:drawable="@mipmap/loading1" android:duration="30"/>
    <item android:drawable="@mipmap/loading2" android:duration="30"/>
    <item android:drawable="@mipmap/loading3" android:duration="30"/>
    <item android:drawable="@mipmap/loading4" android:duration="30"/>
    <item android:drawable="@mipmap/loading5" 
</animation-list>

 

Android drawable 加载效果

标签:loading   list   ble   drawable   循环   and   MIP   sch   --   

原文地址:https://www.cnblogs.com/rchao/p/11173996.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!