首页 > 其他 > 详细

drawable animation 循环播放

时间:2015-03-18 18:39:11      阅读:366      评论:0      收藏:0      [点我收藏+]

<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
    android:oneshot="true">
    <item android:drawable="@drawable/a" android:duration="2000"/>
    <item android:drawable="@drawable/b" android:duration="2000" />
    <item android:drawable="@drawable/c" android:duration="2000" />
    <item android:drawable="@drawable/d" android:duration="2000" />
</animation-list>


把android:oneshot="true"设置成android:oneshot="false"

drawable animation 循环播放

原文:http://cbg23.blog.51cto.com/7201812/1621697

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!