public static final class

R.styleable

extends Object
java.lang.Object
   ↳ com.mobeta.android.dslv.R.styleable

Summary

Constants
int DragSortListView_click_remove_id

This symbol is the offset where the click_remove_id attribute's value can be found in the DragSortListView array.

int DragSortListView_collapsed_height

This symbol is the offset where the collapsed_height attribute's value can be found in the DragSortListView array.

int DragSortListView_drag_enabled

This symbol is the offset where the drag_enabled attribute's value can be found in the DragSortListView array.

int DragSortListView_drag_handle_id

This symbol is the offset where the drag_handle_id attribute's value can be found in the DragSortListView array.

int DragSortListView_drag_scroll_start

This symbol is the offset where the drag_scroll_start attribute's value can be found in the DragSortListView array.

int DragSortListView_drag_start_mode

This symbol is the offset where the drag_start_mode attribute's value can be found in the DragSortListView array.

int DragSortListView_drop_animation_duration

This symbol is the offset where the drop_animation_duration attribute's value can be found in the DragSortListView array.

int DragSortListView_fling_handle_id

This symbol is the offset where the fling_handle_id attribute's value can be found in the DragSortListView array.

int DragSortListView_float_alpha

This symbol is the offset where the float_alpha attribute's value can be found in the DragSortListView array.

int DragSortListView_float_background_color

This symbol is the offset where the float_background_color attribute's value can be found in the DragSortListView array.

int DragSortListView_max_drag_scroll_speed

This symbol is the offset where the max_drag_scroll_speed attribute's value can be found in the DragSortListView array.

int DragSortListView_remove_animation_duration

This symbol is the offset where the remove_animation_duration attribute's value can be found in the DragSortListView array.

int DragSortListView_remove_enabled

This symbol is the offset where the remove_enabled attribute's value can be found in the DragSortListView array.

int DragSortListView_remove_mode

This symbol is the offset where the remove_mode attribute's value can be found in the DragSortListView array.

int DragSortListView_slide_shuffle_speed

This symbol is the offset where the slide_shuffle_speed attribute's value can be found in the DragSortListView array.

int DragSortListView_sort_enabled

This symbol is the offset where the sort_enabled attribute's value can be found in the DragSortListView array.

int DragSortListView_track_drag_sort

This symbol is the offset where the track_drag_sort attribute's value can be found in the DragSortListView array.

int DragSortListView_use_default_controller

This symbol is the offset where the use_default_controller attribute's value can be found in the DragSortListView array.

Fields
public static final int[] DragSortListView Attributes that can be used with a DragSortListView.
Public Constructors
R.styleable()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int DragSortListView_click_remove_id

This symbol is the offset where the 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.

Constant Value: 16 (0x00000010)

public static final int DragSortListView_collapsed_height

This symbol is the offset where the 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.

Constant Value: 0 (0x00000000)

public static final int DragSortListView_drag_enabled

This symbol is the offset where the 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.

Constant Value: 10 (0x0000000a)

public static final int DragSortListView_drag_handle_id

This symbol is the offset where the 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.

Constant Value: 14 (0x0000000e)

public static final int DragSortListView_drag_scroll_start

This symbol is the offset where the 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.

Constant Value: 1 (0x00000001)

public static final int DragSortListView_drag_start_mode

This symbol is the offset where the drag_start_mode attribute's value can be found in the DragSortListView array.

Must be one of the following constant values.

ConstantValueDescription
onDown0
onMove1
onLongPress2

Constant Value: 13 (0x0000000d)

public static final int DragSortListView_drop_animation_duration

This symbol is the offset where the 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.

Constant Value: 9 (0x00000009)

public static final int DragSortListView_fling_handle_id

This symbol is the offset where the 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.

Constant Value: 15 (0x0000000f)

public static final int DragSortListView_float_alpha

This symbol is the offset where the 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.

Constant Value: 6 (0x00000006)

public static final int DragSortListView_float_background_color

This symbol is the offset where the 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.

Constant Value: 3 (0x00000003)

public static final int DragSortListView_max_drag_scroll_speed

This symbol is the offset where the 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.

Constant Value: 2 (0x00000002)

public static final int DragSortListView_remove_animation_duration

This symbol is the offset where the 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.

Constant Value: 8 (0x00000008)

public static final int DragSortListView_remove_enabled

This symbol is the offset where the 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.

Constant Value: 12 (0x0000000c)

public static final int DragSortListView_remove_mode

This symbol is the offset where the remove_mode attribute's value can be found in the DragSortListView array.

Must be one of the following constant values.

ConstantValueDescription
clickRemove0
flingRemove1

Constant Value: 4 (0x00000004)

public static final int DragSortListView_slide_shuffle_speed

This symbol is the offset where the 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.

Constant Value: 7 (0x00000007)

public static final int DragSortListView_sort_enabled

This symbol is the offset where the 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.

Constant Value: 11 (0x0000000b)

public static final int DragSortListView_track_drag_sort

This symbol is the offset where the 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.

Constant Value: 5 (0x00000005)

public static final int DragSortListView_use_default_controller

This symbol is the offset where the 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.

Constant Value: 17 (0x00000011)

Fields

public static final int[] DragSortListView

Public Constructors

public R.styleable ()