blob: 48833a3e36cb0c9393891fe9d09ecd05f37ec120 [file] [log] [blame]
Alexandre Lision4b4233a2013-10-16 17:24:17 -04001<?xml version="1.0" encoding="utf-8"?>
2<org.sflphone.views.dragsortlv.DragSortListView xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:dslv="http://schemas.android.com/apk/res/org.sflphone"
4 android:id="@android:id/list"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent"
7 android:layout_margin="3dp"
8 android:choiceMode="multipleChoice"
9 android:dividerHeight="1px"
10 android:padding="3dp"
11 dslv:collapsed_height="1px"
12 dslv:drag_enabled="true"
13 dslv:drag_handle_id="@id/drag_handle"
14 dslv:drag_scroll_start="0.33"
15 dslv:drag_start_mode="onLongPress"
16 android:descendantFocusability="beforeDescendants"
17 dslv:float_alpha="0.6"
18 dslv:remove_enabled="false"
19 dslv:slide_shuffle_speed="0.3" />