Supported platforms: Android.
The fixedSize
extension property for RecyclerView
is an alias to the
hasFixedSize()
and setHasFixedSize(…)
methods.
The verticalLayoutManager
and horizontalLayoutManager
functions allow you
to instantiate and customize a LinearLayoutManager
with more idiomatic
Kotlin code.
The gridLayoutManager
and horizontalGridLayoutManager
functions allow you
to instantiate and customize a GridLayoutManager
with more idiomatic Kotlin
code.
implementation("com.louiscad.splitties:splitties-views-recyclerview:$splitties_version")