res/layout/contactlist.xml
changeset 764 3d6983b46a03
parent 665 01f3b7160f4b
--- a/res/layout/contactlist.xml	Thu Jun 03 21:59:08 2010 +0200
+++ b/res/layout/contactlist.xml	Wed Jun 09 00:28:55 2010 +0200
@@ -8,6 +8,8 @@
 		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:layout_height="fill_parent" android:transcriptMode="disabled"
+		    android:textFilterEnabled="true" />
+
 	</LinearLayout>
 </LinearLayout>