19 lines
659 B
XML
19 lines
659 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.mobeta.android.dslv.DragSortListView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:dslv="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/list"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:listSelector="?android:attr/selectableItemBackground"
|
|
android:scrollbarStyle="outsideOverlay"
|
|
android:divider="@null"
|
|
dslv:drag_enabled="true"
|
|
dslv:drag_start_mode="onMove"
|
|
dslv:float_background_color="?float_color"
|
|
dslv:drag_handle_id="@+id/dragger"
|
|
dslv:remove_enabled="true"
|
|
dslv:remove_mode="flingRemove"
|
|
dslv:fling_handle_id="@+id/dragger"
|
|
/>
|