我在recyclerView上有一个网格项,每个项目都有图像和textView重叠的imageView,我应用了一个fadeinOut动画。
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/linear_interpolator">
<alpha
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:duration="2000"
android:startOffset="2000"
android:repeatMode="reverse"
android:repeatCount="infinite"
/>
</set>
所以当我向下滚动没有持有fadeInOut动画的新项目时 同样当我向上滚动在视图上输入的项目时,不会持有动画