res/layout/contactlist.xml
changeset 598 8d54817f081f
parent 592 1a929f74b5e0
child 623 d33917d9800e
--- a/res/layout/contactlist.xml	Tue Dec 22 15:56:03 2009 +0100
+++ b/res/layout/contactlist.xml	Tue Dec 22 15:56:54 2009 +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="alwaysScroll" />
+		<!-- normal should be better -->
 	</LinearLayout>
 
 </LinearLayout>