res/layout/contactlist_group.xml
author Vincent V. <marseille@beem-project.com>
Sun, 12 Aug 2012 12:18:10 +0200
changeset 948 1b906337327d
parent 928 008566b90ba8
permissions -rw-r--r--
delete XmppConnectionAdapter

<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>