java.lang.Object | |
↳ | android.support.v7.recyclerview.R.styleable |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RecyclerView | Attributes that can be used with a RecyclerView. | ||||||||||
RecyclerView_android_orientation |
This symbol is the offset where the |
||||||||||
RecyclerView_layoutManager |
Class name of the Layout Manager to be used. |
||||||||||
RecyclerView_reverseLayout |
This symbol is the offset where the |
||||||||||
RecyclerView_spanCount |
This symbol is the offset where the |
||||||||||
RecyclerView_stackFromEnd |
This symbol is the offset where the |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Attributes that can be used with a RecyclerView.
Includes the following attributes:
Attribute | Description |
---|---|
| |
| Class name of the Layout Manager to be used. |
| |
| |
|
This symbol is the offset where the orientation
attribute's value can be found in the RecyclerView
array.
Class name of the Layout Manager to be used.
The class must extend android.support.v7.widget.RecyclerView$LayoutManager and have either a default constructor or constructor with the signature (android.content.Context, android.util.AttributeSet, int, int). If the name starts with a '.', application package is prefixed. Else, if the name contains a '.', the classname is assumed to be a full class name. Else, the recycler view package name (android.support.v7.widget) is prefixed.Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
This is a private symbol.
This symbol is the offset where the reverseLayout
attribute's value can be found in the RecyclerView
array.
Must be a boolean value, either "true
" or "false
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
This symbol is the offset where the spanCount
attribute's value can be found in the RecyclerView
array.
Must be an integer value, such as "100
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
This symbol is the offset where the stackFromEnd
attribute's value can be found in the RecyclerView
array.
Must be a boolean value, either "true
" or "false
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.