res/layout/contactlist_group.xml
author Nikita Kozlov <nikita@elyzion.net>
Wed, 22 Feb 2012 18:55:21 +0100
changeset 936 5cfaa17be49e
parent 928 008566b90ba8
permissions -rw-r--r--
test if we really have a connection (we won't have one if the auth failed)

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