anim文件夹下

 1 <?xml version="1.0" encoding="utf-8"?>
 2 <set xmlns:android="http://schemas.android.com/apk/res/android"
 3     android:shareInterpolator="false" >
 4 
 5     <alpha
 6         android:duration="1000"
 7         android:fromAlpha="1"
 8         android:repeatCount="infinite"
 9         android:repeatMode="reverse"
10         android:toAlpha="0" />
11 
12 </set>
View Code

相关文章:

  • 2021-06-15
  • 2021-08-06
  • 2021-08-12
  • 2022-01-04
  • 2022-01-12
  • 2022-02-06
  • 2022-12-23
猜你喜欢
  • 2021-08-20
  • 2022-02-14
  • 2021-08-08
  • 2022-01-15
  • 2021-04-09
  • 2021-06-22
相关资源
相似解决方案