public static final class R.attr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
click_remove_id
Must be an integer value, such as "
100 ". |
static int |
collapsed_height
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
drag_enabled
Must be a boolean value, either "
true " or "false ". |
static int |
drag_handle_id
Must be an integer value, such as "
100 ". |
static int |
drag_scroll_start
Must be a floating point value, such as "
1.2 ". |
static int |
drag_start_mode
Must be one of the following constant values.
|
static int |
drop_animation_duration
Must be an integer value, such as "
100 ". |
static int |
fling_handle_id
Must be an integer value, such as "
100 ". |
static int |
float_alpha
Must be a floating point value, such as "
1.2 ". |
static int |
float_background_color
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
max_drag_scroll_speed
Must be a floating point value, such as "
1.2 ". |
static int |
remove_animation_duration
Must be an integer value, such as "
100 ". |
static int |
remove_enabled
Must be a boolean value, either "
true " or "false ". |
static int |
remove_mode
Must be one of the following constant values.
|
static int |
slide_shuffle_speed
Must be a floating point value, such as "
1.2 ". |
static int |
sort_enabled
Must be a boolean value, either "
true " or "false ". |
static int |
track_drag_sort
Must be a boolean value, either "
true " or "false ". |
static int |
use_default_controller
Must be a boolean value, either "
true " or "false ". |
Constructor and Description |
---|
attr() |
public static int click_remove_id
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 collapsed_height
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 drag_enabled
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 drag_handle_id
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 drag_scroll_start
Must be a floating point value, such as "1.2
".
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 drag_start_mode
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
onDown | 0 | |
onMove | 1 | |
onLongPress | 2 |
public static int drop_animation_duration
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 fling_handle_id
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 float_alpha
Must be a floating point value, such as "1.2
".
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 float_background_color
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
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 max_drag_scroll_speed
Must be a floating point value, such as "1.2
".
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 remove_animation_duration
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 remove_enabled
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 remove_mode
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
clickRemove | 0 | |
flingRemove | 1 |
public static int slide_shuffle_speed
Must be a floating point value, such as "1.2
".
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 sort_enabled
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 track_drag_sort
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 use_default_controller
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.