work hard work smart

专注于Java后端开发。 不断总结,举一反三。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年2月25日

摘要: 1.闪烁动画 AlphaAnimation privatevoid startFlickerAnimation(ImageView img) { final Animation animation = new AlphaAnimation(1f, 0)f; animation.setDuration(500); animation.setInterpolator(new LinearInterpolator()); // do not alter animation rate ... 阅读全文

posted @ 2014-02-25 20:52 work hard work smart 阅读(330) 评论(0) 推荐(0) 编辑