怎么让一个置顶的view显示动画? 给那个view添加了setAnimation()总是不起作用。[解决办法]核心代码如下:
LinearLayout topView = (LinearLayout) findViewById(R.id.top_view);topView.startAnimation(AnimationUtils.loadAnimation(this, R.anim.animation_effect));