res/layout/contactlistgroup.xml
author Da Risk <darisk972@gmail.com>
Thu, 26 Mar 2009 18:01:21 +0100
changeset 38 3e76846c48a9
parent 21 b9f4a0ef574a
child 47 743ccc7961dc
permissions -rw-r--r--
We can now get the contact list of the user. Need to complete the Contact class and try to get some information on the mobile contact directory.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     3
	android:layout_width="fill_parent"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     4
    android:layout_height="wrap_content"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     5
    android:orientation="vertical">
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     6
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     7
	<TextView android:id="@+id/textgroup"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     8
		android:height="50sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     9
		android:textSize="20sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    10
       	android:textStyle="bold"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    11
       	android:paddingTop="10sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    12
       	android:paddingLeft="40sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    13
       	android:layout_width="fill_parent"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    14
       	android:layout_height="wrap_content" />	
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    15
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    16
 </LinearLayout>