res/layout/contactlist_group.xml
author "Vincent Veronis"
Fri, 10 Jun 2011 20:26:24 +0200
changeset 894 c36af805487d
parent 507 71cf79d83c71
child 928 008566b90ba8
permissions -rw-r--r--
ContactList UI - Sync group with android provider
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>