res/layout/login_anim.xml
changeset 543 28d200758114
parent 540 45ee3f1b43ab
child 545 0de3d7f3fa81
equal deleted inserted replaced
542:23e8095cace5 543:28d200758114
     2 
     2 
     3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     4     android:layout_height="fill_parent"
     4     android:layout_height="fill_parent"
     5     android:layout_width="fill_parent"
     5     android:layout_width="fill_parent"
     6     android:orientation="vertical" >
     6     android:orientation="vertical" >
     7     <ImageView android:id="@+id/logo_anim" android:src="@drawable/beem_launcher_icon_color" android:layout_height="fill_parent" android:layout_width="fill_parent" 
     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" 
     8 	android:layout_weight="1"/>
     8 	android:layout_weight="1"/>
     9     <!-- TODO traduction -->
     9     <!-- TODO traduction -->
    10     <Button android:layout_height="wrap_content" android:layout_width="fill_parent"
    10     <Button android:id= "@+id/loginanim_cancel_button"
       
    11 	android:layout_height="wrap_content" android:layout_width="fill_parent"
    11 	android:layout_gravity="bottom"
    12 	android:layout_gravity="bottom"
    12 	android:text="Cancel" />
    13 	android:text="Cancel" />
    13 </LinearLayout>
    14 </LinearLayout>
    14 
    15