public static class RecyclerView.LayoutManager.Properties
extends Object
| java.lang.Object | |
| android.support.v7.widget.RecyclerView.LayoutManager.Properties | |
LayoutManager可能要使用的一些常规属性。
Fields |
|
|---|---|
public int |
orientation |
public boolean |
reverseLayout |
public int |
spanCount |
public boolean |
stackFromEnd |
Public constructors |
|
|---|---|
RecyclerView.LayoutManager.Properties() |
|
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
int orientation
boolean reverseLayout
int spanCount
boolean stackFromEnd
RecyclerView.LayoutManager.Properties ()