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

Horizontal

enum class Horizontal

Identifies the horizontal direction of a RecyclerView.

Enum Values

LEFT_TO_RIGHT

The first items are on the left. The default.

RIGHT_TO_LEFT

The first items are on the right. When the layout is RTL or its layout manager can reverse the layout calculations (e.g. LinearLayoutManager.getReverseLayout).