res/layout/login.xml
author dasilvj
Tue, 26 May 2009 19:56:38 +0200
changeset 212 bbc0b169cdf0
child 234 b539dc53b9c7
permissions -rw-r--r--
Issues #124, #67, #88

<?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>