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


LayoutManager可能要使用的一些常规属性。

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!