2012年11月16日
摘要: 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 阅读(6146) 评论(0) 推荐(0)