recycler-view-divider / com.fondesa.recyclerviewdivider / IllegalLayoutManagerException

IllegalLayoutManagerException

class IllegalLayoutManagerException : RuntimeException

A RuntimeException thrown when the RecyclerView.ItemDecoration doesn't support the given RecyclerView.LayoutManager.

Parameters

layoutManagerClass - the unsupported RecyclerView.LayoutManager.

suggestedBuilderClass - the suggested builder class which can be used to support the given RecyclerView.LayoutManager.