Most visited

Recently visited

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

int orientation

reverseLayout

boolean reverseLayout

spanCount

int spanCount

stackFromEnd

boolean stackFromEnd

Public constructors

RecyclerView.LayoutManager.Properties

RecyclerView.LayoutManager.Properties ()

Hooray!