seslSetFillBottomEnabled

Enables or disables filling the bottom area of the RecyclerView with a solid color when the content height is less than the viewport height.

By default, this area is filled with the color specified by @attr/roundedCornerColor. You can override this color by calling seslSetFillBottomColor.

This feature is only supported when the layout manager is an instance of LinearLayoutManager.

Parameters

draw

true to enable filling the bottom area; false to disable it.