public static final class R.styleable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
RecyclerView
Attributes that can be used with a RecyclerView.
|
static int |
RecyclerView_android_orientation
This symbol is the offset where the
R.attr.orientation
attribute's value can be found in the RecyclerView array. |
static int |
RecyclerView_layoutManager
This symbol is the offset where the
R.attr.layoutManager
attribute's value can be found in the RecyclerView array. |
static int |
RecyclerView_reverseLayout
This symbol is the offset where the
R.attr.reverseLayout
attribute's value can be found in the RecyclerView array. |
static int |
RecyclerView_spanCount
This symbol is the offset where the
R.attr.spanCount
attribute's value can be found in the RecyclerView array. |
static int |
RecyclerView_stackFromEnd
This symbol is the offset where the
R.attr.stackFromEnd
attribute's value can be found in the RecyclerView array. |
static int[] |
superrecyclerview
Attributes that can be used with a superrecyclerview.
|
static int |
superrecyclerview_layout_empty
This symbol is the offset where the
R.attr.layout_empty
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_layout_moreProgress
This symbol is the offset where the
R.attr.layout_moreProgress
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_layout_progress
This symbol is the offset where the
R.attr.layout_progress
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_mainLayoutId
This symbol is the offset where the
R.attr.mainLayoutId
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_recyclerClipToPadding
This symbol is the offset where the
R.attr.recyclerClipToPadding
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_recyclerPadding
This symbol is the offset where the
R.attr.recyclerPadding
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_recyclerPaddingBottom
This symbol is the offset where the
R.attr.recyclerPaddingBottom
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_recyclerPaddingLeft
This symbol is the offset where the
R.attr.recyclerPaddingLeft
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_recyclerPaddingRight
This symbol is the offset where the
R.attr.recyclerPaddingRight
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_recyclerPaddingTop
This symbol is the offset where the
R.attr.recyclerPaddingTop
attribute's value can be found in the superrecyclerview array. |
static int |
superrecyclerview_scrollbarStyle
This symbol is the offset where the
R.attr.scrollbarStyle
attribute's value can be found in the superrecyclerview array. |
static int[] |
SwipeLayout
Attributes that can be used with a SwipeLayout.
|
static int |
SwipeLayout_drag_edge
This symbol is the offset where the
R.attr.drag_edge
attribute's value can be found in the SwipeLayout array. |
static int |
SwipeLayout_horizontalSwipeOffset
This symbol is the offset where the
R.attr.horizontalSwipeOffset
attribute's value can be found in the SwipeLayout array. |
static int |
SwipeLayout_show_mode
This symbol is the offset where the
R.attr.show_mode
attribute's value can be found in the SwipeLayout array. |
static int |
SwipeLayout_verticalSwipeOffset
This symbol is the offset where the
R.attr.verticalSwipeOffset
attribute's value can be found in the SwipeLayout array. |
Constructor and Description |
---|
styleable() |
public static final int[] RecyclerView
Includes the following attributes:
public static int RecyclerView_android_orientation
This symbol is the offset where the R.attr.orientation
attribute's value can be found in the RecyclerView
array.
public static int RecyclerView_layoutManager
This symbol is the offset where the R.attr.layoutManager
attribute's value can be found in the RecyclerView
array.
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.
public static int RecyclerView_reverseLayout
This symbol is the offset where the R.attr.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.
public static int RecyclerView_spanCount
This symbol is the offset where the R.attr.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.
public static int RecyclerView_stackFromEnd
This symbol is the offset where the R.attr.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.
public static final int[] SwipeLayout
Includes the following attributes:
public static int SwipeLayout_drag_edge
This symbol is the offset where the R.attr.drag_edge
attribute's value can be found in the SwipeLayout
array.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
left | 0 | |
right | 1 | |
top | 2 | |
bottom | 3 |
public static int SwipeLayout_horizontalSwipeOffset
This symbol is the offset where the R.attr.horizontalSwipeOffset
attribute's value can be found in the SwipeLayout
array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
public static int SwipeLayout_show_mode
This symbol is the offset where the R.attr.show_mode
attribute's value can be found in the SwipeLayout
array.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
lay_down | 0 | |
pull_out | 1 |
public static int SwipeLayout_verticalSwipeOffset
This symbol is the offset where the R.attr.verticalSwipeOffset
attribute's value can be found in the SwipeLayout
array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
public static final int[] superrecyclerview
Includes the following attributes:
superrecyclerview_layout_empty
,
superrecyclerview_layout_moreProgress
,
superrecyclerview_layout_progress
,
superrecyclerview_mainLayoutId
,
superrecyclerview_recyclerClipToPadding
,
superrecyclerview_recyclerPadding
,
superrecyclerview_recyclerPaddingBottom
,
superrecyclerview_recyclerPaddingLeft
,
superrecyclerview_recyclerPaddingRight
,
superrecyclerview_recyclerPaddingTop
,
superrecyclerview_scrollbarStyle
public static int superrecyclerview_layout_empty
This symbol is the offset where the R.attr.layout_empty
attribute's value can be found in the superrecyclerview
array.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int superrecyclerview_layout_moreProgress
This symbol is the offset where the R.attr.layout_moreProgress
attribute's value can be found in the superrecyclerview
array.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int superrecyclerview_layout_progress
This symbol is the offset where the R.attr.layout_progress
attribute's value can be found in the superrecyclerview
array.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int superrecyclerview_mainLayoutId
This symbol is the offset where the R.attr.mainLayoutId
attribute's value can be found in the superrecyclerview
array.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int superrecyclerview_recyclerClipToPadding
This symbol is the offset where the R.attr.recyclerClipToPadding
attribute's value can be found in the superrecyclerview
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.
public static int superrecyclerview_recyclerPadding
This symbol is the offset where the R.attr.recyclerPadding
attribute's value can be found in the superrecyclerview
array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
public static int superrecyclerview_recyclerPaddingBottom
This symbol is the offset where the R.attr.recyclerPaddingBottom
attribute's value can be found in the superrecyclerview
array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
public static int superrecyclerview_recyclerPaddingLeft
This symbol is the offset where the R.attr.recyclerPaddingLeft
attribute's value can be found in the superrecyclerview
array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
public static int superrecyclerview_recyclerPaddingRight
This symbol is the offset where the R.attr.recyclerPaddingRight
attribute's value can be found in the superrecyclerview
array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
public static int superrecyclerview_recyclerPaddingTop
This symbol is the offset where the R.attr.recyclerPaddingTop
attribute's value can be found in the superrecyclerview
array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
public static int superrecyclerview_scrollbarStyle
This symbol is the offset where the R.attr.scrollbarStyle
attribute's value can be found in the superrecyclerview
array.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
insideOverlay | 0x0 | |
insideInset | 0x01000000 | |
outsideOverlay | 0x02000000 | |
outsideInset | 0x03000000 |