res/layout/login.xml
author dasilvj
Thu, 28 May 2009 15:01:49 +0200
changeset 215 5db64229be69
parent 212 bbc0b169cdf0
child 234 b539dc53b9c7
permissions -rw-r--r--
Ajout de contact_list.xml

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