540
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
|
|
3 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
4 |
android:layout_height="fill_parent" |
|
5 |
android:layout_width="fill_parent" |
|
6 |
android:orientation="vertical" > |
543
|
7 |
<ImageView android:id="@+id/loginanim_logo_anim" android:src="@drawable/beem_launcher_icon_color" android:layout_height="fill_parent" android:layout_width="fill_parent" |
540
|
8 |
android:layout_weight="1"/> |
|
9 |
<!-- TODO traduction --> |
543
|
10 |
<Button android:id= "@+id/loginanim_cancel_button" |
|
11 |
android:layout_height="wrap_content" android:layout_width="fill_parent" |
540
|
12 |
android:layout_gravity="bottom" |
|
13 |
android:text="Cancel" /> |
|
14 |
</LinearLayout> |
|
15 |
|