res/layout/login.xml
author Da Risk <darisk972@gmail.com>
Fri, 26 Jun 2009 18:57:17 +0200
changeset 316 5efd53751e9e
parent 284 5b0ad39e0046
child 322 c0a82115684f
permissions -rw-r--r--
Little things
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
212
bbc0b169cdf0 Issues #124, #67, #88
dasilvj
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
234
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
     3
	android:orientation="vertical" android:layout_width="fill_parent"
212
bbc0b169cdf0 Issues #124, #67, #88
dasilvj
parents:
diff changeset
     4
	android:layout_height="fill_parent">
234
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
     5
	<ImageView android:id="@+id/log_as_logo" android:src="@drawable/logo"
284
5b0ad39e0046 AJout d'une textview pour mettre le message d'erreur dans lactivity login.
Marseille
parents: 283
diff changeset
     6
		android:layout_width="fill_parent" android:layout_height="wrap_content"
5b0ad39e0046 AJout d'une textview pour mettre le message d'erreur dans lactivity login.
Marseille
parents: 283
diff changeset
     7
		android:layout_marginBottom="25px" android:layout_marginTop="15px" />
283
ecd2cb5f618e Pfiou ...
Marseille
parents: 234
diff changeset
     8
	<TextView android:id="@+id/log_as_msg" android:layout_width="fill_parent"
284
5b0ad39e0046 AJout d'une textview pour mettre le message d'erreur dans lactivity login.
Marseille
parents: 283
diff changeset
     9
		android:layout_height="wrap_content" android:gravity="center" />
234
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
    10
	<LinearLayout android:orientation="vertical"
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
    11
		android:layout_width="fill_parent" android:layout_height="fill_parent"
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
    12
		android:gravity="bottom">
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
    13
		<Button android:id="@+id/log_as_settings" android:layout_width="fill_parent"
316
5efd53751e9e Little things
Da Risk <darisk972@gmail.com>
parents: 284
diff changeset
    14
			android:layout_height="wrap_content" android:text="@string/login_settings_button" />
234
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
    15
		<Button android:id="@+id/log_as_login" android:layout_width="fill_parent"
316
5efd53751e9e Little things
Da Risk <darisk972@gmail.com>
parents: 284
diff changeset
    16
			android:layout_height="wrap_content" android:text="@string/login_login_button" />
234
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
    17
	</LinearLayout>
284
5b0ad39e0046 AJout d'une textview pour mettre le message d'erreur dans lactivity login.
Marseille
parents: 283
diff changeset
    18
234
b539dc53b9c7 Reoganisation login + contact list sans utiliser beemapplication.
marseille@marseille-desktop
parents: 212
diff changeset
    19
</LinearLayout>