码迷,mamicode.com
首页 > 其他好文 > 详细

drawable animation 循环播放

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

标签:drawable animation 循环播放

<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 循环播放

标签:drawable animation 循环播放

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

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