res/layout/login_anim.xml
author Nikita Kozlov <nikita@beem-project.com>
Sat, 16 Jan 2010 17:57:08 +0100
changeset 638 f1d6e2fa672f
parent 554 eaf76f5b1f65
child 647 c88a6d0911ad
permissions -rw-r--r--
hide of privacy list button in settings for the release

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