res/layout/contactlist.xml
author Philippe Lago <lago_p@epitech.net>
Fri, 27 Mar 2009 18:12:43 +0100
changeset 43 4e7c6918b092
parent 42 a0baf41c24a1
child 48 e7a787b81100
permissions -rw-r--r--
classe dialog pour integrer des smiley dans un message a terminer, un fichier color a nourrir et utiliser des modif un peu partout

<?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/textchild1"
         android:textSize="16sp"         
         android:paddingLeft="100sp"
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"/>
         
	<TextView android:id="@+id/textchild2"
         android:textSize="16sp"         
         android:paddingLeft="100sp"
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"/>
 </LinearLayout>