commons/ui / com.vmadalin.commons.ui.bindings / androidx.recyclerview.widget.RecyclerView

Extensions for androidx.recyclerview.widget.RecyclerView

setItemDecorationSpacing

Add an RecyclerViewItemDecoration to this RecyclerView. Item decorations can affect both measurement and drawing of individual item views.

fun RecyclerView.setItemDecorationSpacing(spacingPx: Float): Unit