res/layout/login.xml
changeset 283 ecd2cb5f618e
parent 234 b539dc53b9c7
child 284 5b0ad39e0046
--- a/res/layout/login.xml	Tue Jun 23 17:19:29 2009 +0200
+++ b/res/layout/login.xml	Tue Jun 23 18:32:23 2009 +0200
@@ -4,6 +4,9 @@
 	android:layout_height="fill_parent">
 	<ImageView android:id="@+id/log_as_logo" android:src="@drawable/logo"
 		android:layout_width="fill_parent" android:layout_height="wrap_content" />
+	<TextView android:id="@+id/log_as_msg" android:layout_width="fill_parent"
+		android:layout_height="wrap_content" android:text="salut"
+		android:gravity="center_vertical" />
 	<LinearLayout android:orientation="vertical"
 		android:layout_width="fill_parent" android:layout_height="fill_parent"
 		android:gravity="bottom">