.XML:
<animation-List xmlns:androID="http://schemas.androID.com/apk/res/androID" androID:ID="@+ID/p1_ch1" androID:oneshot="true"> <item androID:drawable="@drawable/p1_ch1_5" androID:duration="500"/> <item androID:drawable="@drawable/p1_ch1_4" androID:duration="1000"/> <item androID:drawable="@drawable/p1_ch1_5" androID:duration="500"/></animation-List>
的.java:
public voID handler_p1_ch1_5 (VIEw target){ ImageVIEw iv = (ImageVIEw)findVIEwByID(R.ID.p1_ch1_5); AnimationDrawable aw = (AnimationDrawable)iv.getBackground(); aw.start();}解决方法 只需在aw.start()之前调用aw.stop() 总结
以上是内存溢出为你收集整理的android – 如何重放一次性动画全部内容,希望文章能够帮你解决android – 如何重放一次性动画所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)