摘要: 1、取得震动服务的句柄 vibrator = (Vibrator) getSystemService(VIBRATOR_SERVICE);或者vibrator = (Vibrator)getApplication().getSystemService(Service.VIBRATOR_SERVICE 阅读全文
posted @ 2016-07-04 10:35 zhongyinghe 阅读(501) 评论(0) 推荐(0)
摘要: 疑问:如果图片从其他地方回到原先位置,则setFillAfter(false)也可以保持图片在原先位置? 阅读全文
posted @ 2016-07-04 09:45 zhongyinghe 阅读(186) 评论(0) 推荐(0)
摘要: 1、Animation的API参考文档:http://blog.csdn.net/harvic880925/article/details/40117115 2、动画插值器的参考: http://blog.csdn.net/tec_crazy/article/details/8309420 http 阅读全文
posted @ 2016-07-04 08:24 zhongyinghe 阅读(177) 评论(0) 推荐(0)