Android RecyclerView smooth scroll to view that's animating their height

前端 未结 2 1308
孤城傲影
孤城傲影 2021-02-15 18:48

I have a RecyclerView with Expandable Child Views, when the child ViewGroup is clicked it inflates an amount of views animating the ViewGroup height from 0 to the measured viewg

2条回答
  •  星月不相逢
    2021-02-15 19:00

    Add an animationlistener and start the scrolling of the recyclerview after the expanding animation is finished.

提交回复
热议问题