public static final class R.styleable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
DragSortListView
Attributes that can be used with a DragSortListView.
|
static int |
DragSortListView_click_remove_id
This symbol is the offset where the
R.attr.click_remove_id
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_collapsed_height
This symbol is the offset where the
R.attr.collapsed_height
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_drag_enabled
This symbol is the offset where the
R.attr.drag_enabled
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_drag_handle_id
This symbol is the offset where the
R.attr.drag_handle_id
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_drag_scroll_start
This symbol is the offset where the
R.attr.drag_scroll_start
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_drag_start_mode
This symbol is the offset where the
R.attr.drag_start_mode
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_drop_animation_duration
This symbol is the offset where the
R.attr.drop_animation_duration
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_fling_handle_id
This symbol is the offset where the
R.attr.fling_handle_id
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_float_alpha
This symbol is the offset where the
R.attr.float_alpha
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_float_background_color
This symbol is the offset where the
R.attr.float_background_color
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_max_drag_scroll_speed
This symbol is the offset where the
R.attr.max_drag_scroll_speed
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_remove_animation_duration
This symbol is the offset where the
R.attr.remove_animation_duration
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_remove_enabled
This symbol is the offset where the
R.attr.remove_enabled
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_remove_mode
This symbol is the offset where the
R.attr.remove_mode
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_slide_shuffle_speed
This symbol is the offset where the
R.attr.slide_shuffle_speed
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_sort_enabled
This symbol is the offset where the
R.attr.sort_enabled
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_track_drag_sort
This symbol is the offset where the
R.attr.track_drag_sort
attribute's value can be found in the DragSortListView array. |
static int |
DragSortListView_use_default_controller
This symbol is the offset where the
R.attr.use_default_controller
attribute's value can be found in the DragSortListView array. |
Constructor and Description |
---|
styleable() |
public static final int[] DragSortListView
Includes the following attributes:
DragSortListView_click_remove_id
,
DragSortListView_collapsed_height
,
DragSortListView_drag_enabled
,
DragSortListView_drag_handle_id
,
DragSortListView_drag_scroll_start
,
DragSortListView_drag_start_mode
,
DragSortListView_drop_animation_duration
,
DragSortListView_fling_handle_id
,
DragSortListView_float_alpha
,
DragSortListView_float_background_color
,
DragSortListView_max_drag_scroll_speed
,
DragSortListView_remove_animation_duration
,
DragSortListView_remove_enabled
,
DragSortListView_remove_mode
,
DragSortListView_slide_shuffle_speed
,
DragSortListView_sort_enabled
,
DragSortListView_track_drag_sort
,
DragSortListView_use_default_controller
public static int DragSortListView_click_remove_id
This symbol is the offset where the R.attr.click_remove_id
attribute's value can be found in the DragSortListView
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 DragSortListView_collapsed_height
This symbol is the offset where the R.attr.collapsed_height
attribute's value can be found in the DragSortListView
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 DragSortListView_drag_enabled
This symbol is the offset where the R.attr.drag_enabled
attribute's value can be found in the DragSortListView
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 DragSortListView_drag_handle_id
This symbol is the offset where the R.attr.drag_handle_id
attribute's value can be found in the DragSortListView
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 DragSortListView_drag_scroll_start
This symbol is the offset where the R.attr.drag_scroll_start
attribute's value can be found in the DragSortListView
array.
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 DragSortListView_drag_start_mode
This symbol is the offset where the R.attr.drag_start_mode
attribute's value can be found in the DragSortListView
array.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
onDown | 0 | |
onMove | 1 | |
onLongPress | 2 |
public static int DragSortListView_drop_animation_duration
This symbol is the offset where the R.attr.drop_animation_duration
attribute's value can be found in the DragSortListView
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 DragSortListView_fling_handle_id
This symbol is the offset where the R.attr.fling_handle_id
attribute's value can be found in the DragSortListView
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 DragSortListView_float_alpha
This symbol is the offset where the R.attr.float_alpha
attribute's value can be found in the DragSortListView
array.
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 DragSortListView_float_background_color
This symbol is the offset where the R.attr.float_background_color
attribute's value can be found in the DragSortListView
array.
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 DragSortListView_max_drag_scroll_speed
This symbol is the offset where the R.attr.max_drag_scroll_speed
attribute's value can be found in the DragSortListView
array.
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 DragSortListView_remove_animation_duration
This symbol is the offset where the R.attr.remove_animation_duration
attribute's value can be found in the DragSortListView
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 DragSortListView_remove_enabled
This symbol is the offset where the R.attr.remove_enabled
attribute's value can be found in the DragSortListView
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 DragSortListView_remove_mode
This symbol is the offset where the R.attr.remove_mode
attribute's value can be found in the DragSortListView
array.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
clickRemove | 0 | |
flingRemove | 1 |
public static int DragSortListView_slide_shuffle_speed
This symbol is the offset where the R.attr.slide_shuffle_speed
attribute's value can be found in the DragSortListView
array.
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 DragSortListView_sort_enabled
This symbol is the offset where the R.attr.sort_enabled
attribute's value can be found in the DragSortListView
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 DragSortListView_track_drag_sort
This symbol is the offset where the R.attr.track_drag_sort
attribute's value can be found in the DragSortListView
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 DragSortListView_use_default_controller
This symbol is the offset where the R.attr.use_default_controller
attribute's value can be found in the DragSortListView
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.