class
Default implementation of VisibilityManager that will show all dividers. |
|
abstract class
Defines a VisibilityManager which doesn't depend on the item's position. |
|
class
Default implementation of VisibilityManager that will show all dividers excluding the one after the last group. |
|
interface
Used to specify a custom logic to use different visibility for each divider. You can add a custom VisibilityManager in your RecyclerViewDivider.Builder using the RecyclerViewDivider.Builder.visibilityManager method. |