RecyclerView.LayoutManager.Properties

public class RecyclerView.LayoutManager.Properties


Some general properties that a LayoutManager may want to use.

Summary

Public constructors

Public fields

orientation

Added in 1.0.0
public int orientation

orientation

reverseLayout

Added in 1.0.0
public boolean reverseLayout

reverseLayout

spanCount

Added in 1.0.0
public int spanCount

spanCount

stackFromEnd

Added in 1.0.0
public boolean stackFromEnd

stackFromEnd

Public constructors

Properties

Added in 1.0.0
public Properties()