recycler-view-divider / com.fondesa.recyclerviewdivider.manager.inset

Package com.fondesa.recyclerviewdivider.manager.inset

Types

DefaultInsetManager

class DefaultInsetManager : FixedInsetManager

Default implementation of InsetManager that will use the same inset for each item.

FixedInsetManager

abstract class FixedInsetManager : InsetManager

Defines a InsetManager which doesn't depend on the item's position.

InsetManager

interface InsetManager

Used to specify a custom logic to set different insets to each divider. You can add a custom DrawableManager in your RecyclerViewDivider.Builder using the RecyclerViewDivider.Builder.drawableManager method.