xml:
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:andro >
</rotate>
 
代码:
mAnim = AnimationUtils.loadAnimation(this, R.anim.video_prepare_rotate);
  LinearInterpolator lir = new LinearInterpolator();
  mAnim.setInterpolator(lir);
  mVideoPrepareImg = (ImageView) findViewById(R.id.img_video_prepare);
  mVideoPrepareImg.startAnimation(mAnim);

相关文章:

  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-10-15
  • 2021-10-12
  • 2021-10-16
猜你喜欢
  • 2021-09-26
  • 2021-09-26
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案