recycler-view-divider / com.fondesa.recyclerviewdivider / LayoutDirection / Vertical

Vertical

enum class Vertical

Identifies the vertical direction of a RecyclerView.

Enum Values

TOP_TO_BOTTOM

The first items are on the top. The default.

BOTTOM_TO_TOP

The first items are on the bottom. When the layout manager can reverse the layout calculations (e.g. LinearLayoutManager.getReverseLayout).