res/layout/contactlist_group.xml
author Vincent V.<marseille@beem-project.com>
Mon, 21 Nov 2011 23:50:14 +0100
changeset 921 aa25c96c0ce7
parent 894 c36af805487d
child 928 008566b90ba8
permissions -rw-r--r--
clean
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
499
973f28f405bc divers petites opti et un petit debug dans Login
nikita@nikita-laptop
parents:
diff changeset
     1
894
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
     2
<TextView
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
     3
	xmlns:android="http://schemas.android.com/apk/res/android"
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
     4
	android:layout_width="wrap_content"
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
     5
	android:layout_height="wrap_content"
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
     6
	android:textColor="@color/white"
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
     7
	android:textColorHighlight="@color/red"
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
     8
	android:textSize="18sp"
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
     9
	android:typeface="normal"
c36af805487d ContactList UI - Sync group with android provider
"Vincent Veronis"
parents: 507
diff changeset
    10
	android:textStyle="bold"
507
71cf79d83c71 Reglages de l'affichage pour la ContactList
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents: 499
diff changeset
    11
	android:id="@+id/contactlist_group"></TextView>