res/layout/login.xml
author marseille@marseille-desktop
Mon, 01 Jun 2009 20:25:59 +0200
changeset 229 ae60ee90b7dd
parent 212 bbc0b169cdf0
child 234 b539dc53b9c7
permissions -rw-r--r--
pour le ptit nikita popopop =)

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