blob: 5da96469401990ef8ae3c41e64dfe71ac8817171 [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"
Alexandre Lision08d782a2013-10-18 09:36:35 -04009 android:descendantFocusability="beforeDescendants"
Alexandre Lision4b4233a2013-10-16 17:24:17 -040010 android:dividerHeight="1px"
11 android:padding="3dp"
12 dslv:collapsed_height="1px"
13 dslv:drag_enabled="true"
14 dslv:drag_handle_id="@id/drag_handle"
15 dslv:drag_scroll_start="0.33"
16 dslv:drag_start_mode="onLongPress"
Alexandre Lision4b4233a2013-10-16 17:24:17 -040017 dslv:float_alpha="0.6"
Alexandre Lision08d782a2013-10-18 09:36:35 -040018 dslv:float_background_color="@color/sfl_action_blue"
Alexandre Lision4b4233a2013-10-16 17:24:17 -040019 dslv:remove_enabled="false"
20 dslv:slide_shuffle_speed="0.3" />