bindLegacyMountBinder
fun ResourcesScope.bindLegacyMountBinder(sectionsRecyclerView: SectionsRecyclerView, contentDescription: CharSequence?, hasFixedSize: Boolean, isClipToPaddingEnabled: Boolean, paddingAdditionDisabled: Boolean, leftPadding: Int, topPadding: Int, rightPadding: Int, bottomPadding: Int, isClipChildrenEnabled: Boolean, isNestedScrollingEnabled: Boolean, scrollBarStyle: Int, isHorizontalFadingEdgeEnabled: Boolean, isVerticalFadingEdgeEnabled: Boolean, isLeftFadingEnabled: Boolean, isRightFadingEnabled: Boolean, isTopFadingEnabled: Boolean, isBottomFadingEnabled: Boolean, fadingEdgeLength: Int, @IdRes recyclerViewId: Int, overScrollMode: Int, edgeFactory: RecyclerView.EdgeEffectFactory?, @ColorInt refreshProgressBarBackgroundColor: Int?, @ColorInt refreshProgressBarColor: Int, itemAnimator: RecyclerView.ItemAnimator?): LithoRecyclerView
Binds the sectionsRecyclerView to the data according to the behavior that was present in the initial version of the RecyclerSpec regarding mount binders (previously RecyclerSpec.onMount
).