res/layout/contactlist_group.xml
author Vincent V. <marseille@beem-project.com>
Mon, 09 Jan 2012 17:52:52 +0100
changeset 928 008566b90ba8
parent 894 c36af805487d
permissions -rw-r--r--
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist

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