--- a/res/layout/contactlist_group.xml Sun Jun 05 19:41:19 2011 +0200
+++ b/res/layout/contactlist_group.xml Fri Jun 10 20:26:24 2011 +0200
@@ -1,5 +1,11 @@
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:textColor="@color/white" android:textColorHighlight="@color/red"
- android:textSize="18sp" android:typeface="normal" android:textStyle="bold"
+<TextView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="@color/white"
+ android:textColorHighlight="@color/red"
+ android:textSize="18sp"
+ android:typeface="normal"
+ android:textStyle="bold"
android:id="@+id/contactlist_group"></TextView>
\ No newline at end of file