res/layout/login_anim.xml
author Philippe Lago <lago_p@epitech.net>
Fri, 15 Jan 2010 20:05:28 +0100
changeset 637 048bc25afa83
parent 554 eaf76f5b1f65
child 647 c88a6d0911ad
permissions -rw-r--r--
bug #234 Simplify Anim in loginAnim while waiting a better version

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_height="fill_parent" android:layout_width="fill_parent"
	android:orientation="vertical">
	<ImageView android:id="@+id/loginanim_logo_anim" android:src="@drawable/beem_launcher_icon_color"
		android:layout_height="fill_parent" android:layout_width="fill_parent"
		android:layout_weight="1" />
	<Button android:id="@+id/loginanim_cancel_button"
		android:layout_height="wrap_content" android:layout_width="fill_parent"
		android:layout_gravity="bottom" android:text="@string/CancelButton" />
</LinearLayout>