* #36758: link with displayed name stored in history
diff --git a/res/layout/frag_contact_list.xml b/res/layout/frag_contact_list.xml
index fbcbded..5c7ca1c 100644
--- a/res/layout/frag_contact_list.xml
+++ b/res/layout/frag_contact_list.xml
@@ -32,6 +32,7 @@
 -->
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:swipe="http://schemas.android.com/apk/res-auto"
     android:id="@+id/drag_view"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
@@ -101,4 +102,5 @@
         android:textColor="@color/white"
         android:textSize="30sp" />
 
+
 </LinearLayout>
\ No newline at end of file