seslSetFillHorizontalPaddingEnabled
Enables or disables horizontal padding fill and adjusts vertical scrollbar padding for the RecyclerView.
When enabled, the RecyclerView fills its horizontal padding area with a solid color and applies additional top and bottom padding to the vertical scrollbar, using the system-defined dimension sesl_system_scroller_vertical_padding
. This also updates the fast scroller's scrollbar style if present.
Parameters
enabled
true
to enable horizontal padding fill and scrollbar padding; false
to disable them.