res/layout/contactlist.xml
author Da Risk <darisk972@gmail.com>
Thu, 26 Mar 2009 18:01:21 +0100
changeset 38 3e76846c48a9
parent 21 b9f4a0ef574a
child 42 a0baf41c24a1
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.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 	android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">
                    	         	
	<ImageView android:id="@+id/avatar"
		android:src="@drawable/avatar"
		android:paddingLeft="50sp"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"/>
 
     <TextView android:id="@+id/textchild"
         android:textSize="16sp"         
         android:paddingLeft="100sp"
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"/>
		
 </LinearLayout>