res/layout/login_anim.xml
author nikita@nikita-laptop
Mon, 15 Feb 2010 22:37:32 +0100
changeset 671 25f6fded204a
parent 647 c88a6d0911ad
child 722 31858ca72190
permissions -rw-r--r--
i have temporarly deleted jingle features from the trunk, report you to http://beem-project.com/hg/beem-audio/ if you are interested

<?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" />
	<TextView android:id="@+id/loginanim_status_text"
		android:layout_width="fill_parent" android:layout_height="wrap_content"
		android:textSize="20sp" android:gravity="center" android:textColor="@color/vert_manu"/>
	<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>