added in version 24.1.0
belongs to Maven artifact com.android.support:recyclerview-v7:28.0.0-alpha1

RecyclerView.LayoutManager.Properties

public static class RecyclerView.LayoutManager.Properties
extends Object

java.lang.Object
   ↳ android.support.v7.widget.RecyclerView.LayoutManager.Properties


Some general properties that a LayoutManager may want to use.

Summary

Fields

public int orientation

public boolean reverseLayout

public int spanCount

public boolean stackFromEnd

Public constructors

RecyclerView.LayoutManager.Properties()

Inherited methods

From class java.lang.Object

Fields

orientation

added in version 24.1.0
int orientation

reverseLayout

added in version 24.1.0
boolean reverseLayout

spanCount

added in version 24.1.0
int spanCount

stackFromEnd

added in version 24.1.0
boolean stackFromEnd

Public constructors

RecyclerView.LayoutManager.Properties

added in version 24.1.0
RecyclerView.LayoutManager.Properties ()