Multiple samples showing the best practices in views-widgets on Android.
5.07k
stars
3.01k
forks
source link
Motionlayout contain recyclerView, to update recycleview during animation,after animation recycleview not updated #230
Open
1352101891 opened 3 years ago
Motionlayout contain recyclerView, to update recycleview during animation,after animation recycleview not updated。
`<androidx.constraintlayout.motion.widget.MotionLayout android:id="@+id/motionLayout" app:layoutDescription="@xml/scene3" android:layout_width="match_parent" android:layout_height="match_parent" app:showPaths="true">
motionLayout.translateToEnd(); adapter.updateitem(0,size);
it does't not work,RecyclerView not update. but after animation , to do updateitem it's work;