摘要: 首先在res/drawable/name1.xml/定义一组图片集合: <?xml version="1.0" encoding="utf-8"?><animation-list xmlns:android="http://schemas.android.com/apk/res/android" a 阅读全文
posted @ 2016-09-09 17:00 水柠檬QAQ 阅读(430) 评论(1) 推荐(1)
摘要: android自定义动画注意是继承Animation,重写里面的initialize和applyTransformation,在initialize方法做一些初始化的工作,在applyTransformation方法进行相应的轨阵变化即可! 直接上demo! public class Rotate3 阅读全文
posted @ 2016-09-09 16:41 水柠檬QAQ 阅读(1708) 评论(0) 推荐(0)