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

drawable animation基础

时间:2018-07-24 23:42:18      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:hot   分享图片   bsp   col   png   androi   alt   android   lse   

动画配置
<
animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false"> <item android:drawable="@drawable/nv1" android:duration="500" /> <item android:drawable="@drawable/nv2" android:duration="500" /> <item android:drawable="@drawable/nv3" android:duration="500" /> <item android:drawable="@drawable/nv4" android:duration="500" /> </animation-list>
<ImageView
    android:id="@+id/iv_dv"
    android:layout_width=“80dp"
    android:layout_height=“80dp"
    android:layout_marginTop="160dp"
    android:background="@drawable/anim_da" />

技术分享图片

 

drawable animation基础

标签:hot   分享图片   bsp   col   png   androi   alt   android   lse   

原文地址:https://www.cnblogs.com/znsongshu/p/9363224.html

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