RecyclerView: Animate item resize
问题 I have a RecyclerView . Each of its items of the recycler view can be either expanded or not. There can be only one item expanded at the same time. In essence, I'm trying to re-create the history list in lolipop dialier. I have found that using a LayoutTransition on RecyclerView makes it crash. But I have not been able to correctly animate the item view change between both states. I have tried getItemAnimator().setSupportsChangeAnimations(true) in conjunction with notifyItemChanged