res/layout/contactlist_group.xml
author Vincent V. <marseille@beem-project.com>
Sun, 12 Aug 2012 11:38:12 +0200
changeset 947 3c5724d30887
parent 928 008566b90ba8
permissions -rw-r--r--
clean + remove avatar status for now (will be replace by beem colored icon)

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