interface SizeManagerUsed to specify a custom logic to set different sizes to the divider. Size is referred to the height of an horizontal divider and to the width of a vertical divider. You can add a custom SizeManager in your RecyclerViewDivider.Builder using the RecyclerViewDivider.Builder.sizeManager method.
abstract fun
Defines a custom size for each group of divider. |
abstract class
Defines a SizeManager which doesn't depend on the item's position. |