随笔分类 -  Android动画效果

Android动画效果——X、Y轴抖动
摘要:1. 控件加载动画Animation shakeAnim = AnimationUtils.loadAnimation(Context, 动画资源(R.anim.shake_y));View.startAnimation(shakeAnim);2. Res的anim文件夹的shake_y.xml文件<?xml version="1.0" encoding="utf-8"?><translate xmlns:android="http://schemas.android.com/apk/res/android" and 阅读全文
posted @ 2012-11-16 15:20 lee0oo0 阅读(6144) 评论(0) 推荐(0)