We only use inset on HOLO - Material can use the default style (insideOverlay) as we control the fastscroll area on our own via a3b4eefe09a3d2c358a5e7f39f5b987acc0a667a
18 lines
618 B
XML
18 lines
618 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: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"
|
|
/>
|