class
Default implementation of DrawableManager that will draw the same Drawable for each item. |
|
interface
Used to specify a custom logic to use different drawables as divider. You can add a custom DrawableManager in your RecyclerViewDivider.Builder using the RecyclerViewDivider.Builder.drawableManager method. |
|
abstract class
Defines a DrawableManager which doesn't depend on the item's position. |