data class LayoutDirection
Identifies the direction of a RecyclerView's layout.
horizontal - the horizontal direction of the RecyclerView.
vertical - the vertical direction of the RecyclerView.
enum class Horizontal
Identifies the horizontal direction of a RecyclerView. |
|
enum class Vertical
Identifies the vertical direction of a RecyclerView. |
LayoutDirection(horizontal: LayoutDirection.Horizontal, vertical: LayoutDirection.Vertical)
Identifies the direction of a RecyclerView's layout. |
val horizontal: LayoutDirection.Horizontal
the horizontal direction of the RecyclerView. |
|
val isBottomToTop: Boolean |
|
val isRightToLeft: Boolean |
|
val vertical: LayoutDirection.Vertical
the vertical direction of the RecyclerView. |