res/layout/contactlist_group.xml
author Vincent V. <marseille@beem-project.com>
Sun, 02 Sep 2012 12:21:00 +0200
changeset 951 05f85ae9bae6
parent 928 008566b90ba8
permissions -rw-r--r--
correction bug avatar in the chat view

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