--- a/res/layout/messagelist.xml Thu Apr 09 20:36:17 2009 +0200
+++ b/res/layout/messagelist.xml Mon Apr 13 16:32:18 2009 +0200
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<TextView xmlns:android="http://schemas.android.com/apk/res/android" id="text1"
- android:textSize="2mm"
- android:singleLine="false"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"/>
\ No newline at end of file
+<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" />
\ No newline at end of file