res/layout/contactlist_group.xml
author Vincent V.<marseille@beem-project.com>
Thu, 23 Feb 2012 13:01:43 +0100
changeset 938 ff5683dca111
parent 928 008566b90ba8
permissions -rw-r--r--
TODO list file added

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