知乎app android底部导航栏一直显示,是怎么做到的
1个回答
展开全部
任何View都可以是西安旋转
ImageView imageView = (ImageView) findViewById(R.id.imageview);
//动画
Animation animation = AnimationUtils.loadAnimation(this, R.anim.img_animation);
LinearInterpolator lin = new LinearInterpolator();//设置动画匀速运动
animation.setInterpolator(lin);
imageView.startAnimation(animation);
作者:Bgwan
链接:https://zhuanlan.zhihu.com/p/24852660
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
ImageView imageView = (ImageView) findViewById(R.id.imageview);
//动画
Animation animation = AnimationUtils.loadAnimation(this, R.anim.img_animation);
LinearInterpolator lin = new LinearInterpolator();//设置动画匀速运动
animation.setInterpolator(lin);
imageView.startAnimation(animation);
作者:Bgwan
链接:https://zhuanlan.zhihu.com/p/24852660
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询