res/layout/contactlist.xml
changeset 592 1a929f74b5e0
parent 507 71cf79d83c71
child 623 d33917d9800e
--- a/res/layout/contactlist.xml	Mon Dec 21 21:04:06 2009 +0100
+++ b/res/layout/contactlist.xml	Mon Dec 21 22:44: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>