res/layout/messagelist.xml
author Philippe Lago <lago_p@epitech.net>
Mon, 13 Apr 2009 16:32:18 +0200
changeset 101 ccc48305bdeb
parent 84 9a4dbd7fe546
permissions -rw-r--r--
toujours le probleme du rafraichissement lors de la reception d'un message

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@+id/messageview"
	android:textSize="2mm"
	android:singleLine="false"
	android:layout_width="fill_parent"
	android:layout_height="wrap_content" />