@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.property_animation_layout);
propertyNormalTextView.setOnClickListener(this);
{
propertyFlakes.setOnClickListener(this);
layoutAnimBtn.setOnClickListener(this);
secretTextView.setOnClickListener(this);
clickImageView.setOnClickListener(this);
autoScrollView.setOnClickListener(this);
}
Animation animation = AnimationUtils.loadAnimation(this, R.anim.shake);
LayoutAnimationController mAnimationControll = new LayoutAnimationController(
animation);
container.setLayoutAnimation(mAnimationControll);
}
PropertyAnimationActivity.java 文件源码
java
阅读 26
收藏 0
点赞 0
评论 0
项目:AndroidOpenSource
作者:
评论列表
文章目录