DragView
DragView copied to clipboard
Slower movement animation if there are complex layouts in bottomfragment
Hi, I'm facing a performance drop problem on the min/max animation if I use complex layout in BottomFragment class.
I also tested in this sample project, I modified the layout of fragment_bottom.xml by added 2 and more RecyclerView and then wrapped those inside NestedScrollView, then the whole animation started to lagging. In my project, with my complex layout, the drag animation is horribly lagging.
I'm still have no idea what caused the lag on the animation, I hope you can give me some clues. Thanks!