res/layout/contactlist.xml
changeset 981 e1b1c8ad710a
parent 970 02aafc8b2220
child 982 7067aa267917
--- a/res/layout/contactlist.xml	Thu May 10 16:11:18 2012 +0200
+++ b/res/layout/contactlist.xml	Fri May 18 00:25:02 2012 +0200
@@ -4,21 +4,10 @@
 	android:orientation="vertical">
 	<ViewStub android:id="@+id/contactlist_stub" android:inflatedId="@+id/contactlist_groupstub" android:layout_width="fill_parent"
 		android:layout_height="wrap_content" android:layout="@layout/contactlist_groupstub"/>
-		
-		<!-- 
-	
-	<LinearLayout android:layout_width="fill_parent"
-		android:layout_height="fill_parent" android:orientation="horizontal"
-		android:padding="2px">
-		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
-		    android:layout_height="fill_parent" android:transcriptMode="disabled"
-		    android:textFilterEnabled="true" />
-	</LinearLayout>
-	 	-->
-	 	
+
 	 	<android.support.v4.view.ViewPager android:id="@+id/pager"
 	 	    android:layout_width="fill_parent"
 	 	    android:layout_height="fill_parent"
-	 	    android:padding="2px"/>
+	 	    />
 	
 </LinearLayout>