android:layoutAnimation 在库存的 android 手机中不起作用
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/communityUnitsRV"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginLeft="16dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="16dp"
android:layout_marginRight="16dp"
android:layout_marginBottom="16dp"
android:adapter="@{adapter}"
android:layoutAnimation="@anim/layout_animation_from_bottom"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/view9"
app:layout_constraintVertical_bias="1.0"
tools:listitem="@layout/item_community" />
在其他手机中它的工作。在 MI A3、诺基亚 7.1 和 Mi note 5 pro 中测试(它在这一个中工作,另外两个是股票 android。)