美文网首页
简单实用 layoutAnimation

简单实用 layoutAnimation

作者: liguiyun | 来源:发表于2017-04-20 11:34 被阅读0次

1,今天看书 看到了 一个layoutAnimation  可以给父布局里面的 子布局 添加动画,所以  今天试一下listView 不知道 行不行 先试试

先写一个layoutAnimation 动画

android:animation="@anim/item_animal"

android:animationOrder="normal"

android:delay="0.5"/>

然后给ListView 设置 LayoutAnimal 属性

android:id="@+id/lvi_item"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:layoutAnimation="@anim/layoutanimal_layout">

相关文章

网友评论

      本文标题:简单实用 layoutAnimation

      本文链接:https://www.haomeiwen.com/subject/lnakzttx.html