--- a/res/layout/contactlistcontact.xml Wed Jun 24 19:23:00 2009 +0200
+++ b/res/layout/contactlistcontact.xml Wed Jun 24 19:24:58 2009 +0200
@@ -14,10 +14,12 @@
android:layout_height="wrap_content">
<TextView android:id="@+id/contactlistpseudo"
android:layout_width="fill_parent" android:layout_height="wrap_content"
- android:paddingLeft="20sp" />
+ android:paddingLeft="20sp" android:singleLine="true"
+ android:maxLines="1" />
<TextView android:id="@+id/contactlistmsgperso"
android:layout_width="fill_parent" android:layout_height="wrap_content"
- android:paddingLeft="20sp" />
+ android:paddingLeft="20sp" android:singleLine="true"
+ android:maxLines="1" android:autoLink="all" />
</LinearLayout>
<ImageView android:id="@+id/contactlistavatar"