Reputation: 725
I have to use a Recyclerview but for such a small number of items it doesn't make sense to recycle views. It would be better to just add new views into the list and let them stay in the view heirachy. Are there settings that would allow this?
Upvotes: 0
Views: 34
Reputation: 3
I guess setting RecyclerView height to "wrap_content" would work just fine
Upvotes: 0