rubensousa / DpadRecyclerView

A RecyclerView built for Android TV with Compose in mind and as a replacement for Leanback's BaseGridView.
https://rubensousa.github.io/DpadRecyclerView/
Apache License 2.0
136 stars 17 forks source link

Remove default value for fixed size #142

Closed rubensousa closed 1 year ago

rubensousa commented 1 year ago

Currently, setHasFixedSize(true) is called by default, which might not apply in all cases.