class DefaultVisibilityManager : FixedVisibilityManager
Default implementation of VisibilityManager that will show all dividers. |
|
abstract class FixedVisibilityManager : VisibilityManager
Defines a VisibilityManager which doesn't depend on the item's position. |
|
class HideLastVisibilityManager : VisibilityManager
Default implementation of VisibilityManager that will show all dividers excluding the one after the last group. |
|
interface VisibilityManager
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. |