user1743524
user1743524

Reputation: 725

Using recyclerview for a short list of items, do not want to remove or reuse items

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

Answers (1)

W1ggex
W1ggex

Reputation: 3

I guess setting RecyclerView height to "wrap_content" would work just fine

Upvotes: 0

Related Questions