res/layout/login.xml
changeset 212 bbc0b169cdf0
child 234 b539dc53b9c7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout/login.xml	Tue May 26 19:56:38 2009 +0200
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+	android:orientation="vertical"
+	android:layout_width="fill_parent"
+	android:layout_height="fill_parent">
+<RelativeLayout
+    android:orientation="vertical"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:padding="10dip">
+	<ImageView android:id="@+id/log_as_logo"
+		android:src="@drawable/logo"
+		android:layout_width="fill_parent"
+		android:layout_height="wrap_content"
+		android:adjustViewBounds="true"
+		android:scaleType="center"
+		android:layout_marginTop="10px" />
+</RelativeLayout>
+</ScrollView>
\ No newline at end of file