res/layout/contactlistgroup.xml
changeset 47 743ccc7961dc
parent 21 b9f4a0ef574a
child 167 3cf5b5e6baf9
--- a/res/layout/contactlistgroup.xml	Tue Mar 31 22:21:42 2009 +0200
+++ b/res/layout/contactlistgroup.xml	Tue Mar 31 20:46:06 2009 +0200
@@ -1,16 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-	android:layout_width="fill_parent"
-    android:layout_height="wrap_content"
-    android:orientation="vertical">
+        android:orientation="horizontal"
+        android:layout_width="fill_parent"
+        android:layout_height="50sp"
+		android:paddingTop="5sp"
+		android:gravity="center_vertical">
 
-	<TextView android:id="@+id/textgroup"
-		android:height="50sp"
-		android:textSize="20sp"
-       	android:textStyle="bold"
-       	android:paddingTop="10sp"
-       	android:paddingLeft="40sp"
-       	android:layout_width="fill_parent"
-       	android:layout_height="wrap_content" />	
+        <TextView android:id="@+id/textgroup"
+        	android:layout_width="fill_parent"
+            android:layout_height="wrap_content"
+            android:paddingLeft="40sp" />
 
- </LinearLayout>
+        <TextView android:id="@+id/rowText2"
+			android:layout_width="fill_parent"
+            android:layout_height="wrap_content" />
+
+</LinearLayout> 
\ No newline at end of file