res/layout/contactlist.xml
author marseille@marseille-desktop
Thu, 19 Mar 2009 22:27:28 +0100
changeset 21 b9f4a0ef574a
child 42 a0baf41c24a1
child 47 743ccc7961dc
permissions -rw-r--r--
Contact List OK. A faire jolie ... Je me comprend !
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
	<ImageView android:id="@+id/avatar"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     8
		android:src="@drawable/avatar"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     9
		android:paddingLeft="50sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    10
		android:layout_width="wrap_content"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    11
		android:layout_height="wrap_content"/>
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    12
 
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    13
     <TextView android:id="@+id/textchild"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    14
         android:textSize="16sp"         
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    15
         android:paddingLeft="100sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    16
         android:layout_width="fill_parent"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    17
         android:layout_height="wrap_content"/>
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    18
		
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    19
 </LinearLayout>