RecyclerView expandable cardView

后端 未结 3 727
走了就别回头了
走了就别回头了 2021-01-11 21:47

I make small project with RecyclerView with CardView items inside. I created expandable card (expanded by pressing on small button inside the card). Each card always contain

3条回答
  •  無奈伤痛
    2021-01-11 22:16

    What tecnique are you using in order to do that?

    I was in the same situation but for me the problem were these functions ExpandAndCollapseViewUtil.expand() and ExpandAndCollapseViewUtil.collapse() from this tutorial Diseño Android: Tarjetas con CardView so I didn't use it. Instead of that I just show/hide the view of the cardview without any animation.

提交回复
热议问题