res/layout/login.xml
author marseille@marseille-desktop
Fri, 29 May 2009 18:55:36 +0200
changeset 216 5d168a9b6b82
parent 212 bbc0b169cdf0
child 234 b539dc53b9c7
permissions -rw-r--r--
Correction bug textview.

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