摘要: 经历过几次这样的问题了。设置好了动画之后,动画不执行。如下代码: setFullScreen(); View view = LViewHelper.getView(R.layout.splash); setContentView(R.layout.splash); AlphaAnimation aa = new AlphaAnimation(0.1f, 1.0f); aa.... 阅读全文
posted @ 2014-12-08 11:27 linwoain 阅读(381) 评论(0) 推荐(0)