--- a/res/layout/contactlist_group.xml Sun Jan 08 12:08:22 2012 +0100
+++ b/res/layout/contactlist_group.xml Mon Jan 09 17:52:52 2012 +0100
@@ -1,11 +1,11 @@
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/contactlist_group"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="@color/vert_manu"
+ android:selectAllOnFocus="true"
+ android:textSize="18sp"
+ android:textStyle="bold"
+ android:typeface="normal" >
-<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
+</TextView>
\ No newline at end of file