public static final class R.attr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
drag_edge
Must be one of the following constant values.
|
static int |
horizontalSwipeOffset
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
layout_empty
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
layout_moreProgress
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
layout_progress
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
layoutManager
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
static int |
mainLayoutId
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
recyclerClipToPadding
Must be a boolean value, either "
true " or "false ". |
static int |
recyclerPadding
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
recyclerPaddingBottom
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
recyclerPaddingLeft
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
recyclerPaddingRight
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
recyclerPaddingTop
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
reverseLayout
Must be a boolean value, either "
true " or "false ". |
static int |
scrollbarStyle
Must be one or more (separated by '|') of the following constant values.
|
static int |
show_mode
Must be one of the following constant values.
|
static int |
spanCount
Must be an integer value, such as "
100 ". |
static int |
stackFromEnd
Must be a boolean value, either "
true " or "false ". |
static int |
verticalSwipeOffset
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
Constructor and Description |
---|
attr() |
public static int drag_edge
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
left | 0 | |
right | 1 | |
top | 2 | |
bottom | 3 |
public static int horizontalSwipeOffset
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 layoutManager
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 layout_empty
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 layout_moreProgress
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 layout_progress
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 mainLayoutId
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 recyclerClipToPadding
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 recyclerPadding
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 recyclerPaddingBottom
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 recyclerPaddingLeft
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 recyclerPaddingRight
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 recyclerPaddingTop
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 reverseLayout
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 scrollbarStyle
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
insideOverlay | 0x0 | |
insideInset | 0x01000000 | |
outsideOverlay | 0x02000000 | |
outsideInset | 0x03000000 |
public static int show_mode
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
lay_down | 0 | |
pull_out | 1 |
public static int spanCount
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 stackFromEnd
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 verticalSwipeOffset
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.