res/layout/login.xml
author nikita@nikita-laptop
Sat, 07 Nov 2009 06:51:51 +0100
changeset 497 84a73d51156f
parent 461 17300b201cf5
child 506 8e33a89c21a3
permissions -rw-r--r--
debug d'un gros bug dans login que j'avais laissé dans le commit d'avant, gestion du hide offline

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:orientation="vertical" android:layout_width="fill_parent"
	android:layout_height="fill_parent">
	
	<ImageView android:id="@+id/log_as_logo" android:src="@drawable/logo"
		android:layout_width="fill_parent" android:layout_height="wrap_content"
		android:layout_marginBottom="25px" android:layout_marginTop="42px" />
		
	<TextView android:id="@+id/log_as_msg" android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:gravity="center"
		android:textColor="#FF0000" />
</LinearLayout>