
android动画
tangkai177
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android动画--Frame Animation
新建工程 myFrameAnimation 在main.xml布局中添加view子类,调整一下,效果如下: android:prientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">转载 2012-04-19 21:29:18 · 490 阅读 · 0 评论 -
Android 动画--AnimationAndroid
动画类型 Android的animation由四种类型组成 XML中 alpha 渐变透明度动画效果 scale 渐变尺寸伸缩动画效果 translate 画面转换位置移动动画效果 rotate 画面转移旋转动画效果 JavaCode中转载 2012-04-19 21:22:02 · 340 阅读 · 0 评论