res/layout/contactlist.xml
changeset 42 a0baf41c24a1
parent 21 b9f4a0ef574a
child 48 e7a787b81100
--- a/res/layout/contactlist.xml	Thu Mar 26 18:26:13 2009 +0100
+++ b/res/layout/contactlist.xml	Thu Mar 26 20:29:35 2009 +0100
@@ -10,10 +10,15 @@
 		android:layout_width="wrap_content"
 		android:layout_height="wrap_content"/>
  
-     <TextView android:id="@+id/textchild"
+     <TextView android:id="@+id/textchild1"
          android:textSize="16sp"         
          android:paddingLeft="100sp"
          android:layout_width="fill_parent"
          android:layout_height="wrap_content"/>
-		
+         
+	<TextView android:id="@+id/textchild2"
+         android:textSize="16sp"         
+         android:paddingLeft="100sp"
+         android:layout_width="fill_parent"
+         android:layout_height="wrap_content"/>
  </LinearLayout>