res/layout/contactlist.xml
changeset 825 b87f8688118c
parent 623 d33917d9800e
child 665 01f3b7160f4b
--- a/res/layout/contactlist.xml	Fri Jan 15 11:58:04 2010 +0100
+++ b/res/layout/contactlist.xml	Fri Jan 15 12:02:29 2010 +0100
@@ -11,8 +11,10 @@
 	<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" />
+		<ListView android:id="@+id/contactlist"
+		    android:layout_width="fill_parent" android:layout_height="fill_parent"
+		    android:transcriptMode="disabled" />
+		<!-- normal should be better -->
 	</LinearLayout>
 
 </LinearLayout>