Skip to content Skip to sidebar Skip to footer

Recyclerview Doesn't Scale With Its Item

Here's github rep example of the issue and the RecyclerView adapter for your convenience. I am scaling RecyclerView item on click imageView.setOnClickListener { val pivotType =

Solution 1:

You have not shared the layouts of your RecyclerView and the list items. You called for an alternative if possible. Hence I suggest you might take a look at expandable RecyclerView where each item will expand on clicking on them.

Here's a nice library for creating the expandable RecyclerView that you want.

You might consider looking into this one as well. The implementations are simple.

Post a Comment for "Recyclerview Doesn't Scale With Its Item"