1.view 动画有哪些需要注意的?

答:view动画 本身比较简单。http://www.cnblogs.com/punkisnotdead/p/5179115.html 看这篇文章的第五问就可以了。

 

2.如何给viewGroup 子元素出场时增加动画效果?

答:以listview 为例。

1 <?xml version="1.0" encoding="utf-8"?>
2 <layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"
3     android:delay="0.5"
4     android:animationOrder="normal"
5     android:animation="@anim/viewanim"
6     >
7 </layoutAnimation>
View Code

相关文章:

  • 2021-12-14
  • 2021-12-31
  • 2021-12-17
  • 2021-06-25
  • 2021-10-10
  • 2021-08-04
  • 2021-09-14
  • 2022-12-23
猜你喜欢
  • 2021-05-19
  • 2021-07-12
  • 2021-08-10
  • 2022-12-23
  • 2021-06-14
相关资源
相似解决方案