res/layout/contactlist_group.xml
author Vincent V. <marseille@beem-project.com>
Tue, 10 Apr 2012 11:32:31 +0200
changeset 940 b8e23e8da2f7
parent 928 008566b90ba8
permissions -rw-r--r--
Add/join muc - temporary stopped

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