--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout/login_anim.xml Fri Nov 20 21:44:52 2009 +0100
@@ -0,0 +1,14 @@
+<?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/logo_anim" android:src="@drawable/beem_launcher_icon_color" android:layout_height="fill_parent" android:layout_width="fill_parent"
+ android:layout_weight="1"/>
+ <!-- TODO traduction -->
+ <Button android:layout_height="wrap_content" android:layout_width="fill_parent"
+ android:layout_gravity="bottom"
+ android:text="Cancel" />
+</LinearLayout>
+