如果你要的加载xml方式设置动画,而且在xml定义了好几个动画元素比如:
<set>
    <alpha android:repeatCount="-1" android:repeatMode="restart"/>     在这里定义重复播放动画的属性
    <scale  android:repeatCount="-1" android:repeatMode="restart"/>     
    <translate />
    <rotate />
  </set>

相关文章:

  • 2021-08-31
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-06-04
  • 2021-04-17
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2021-06-19
  • 2021-07-20
相关资源
相似解决方案