res/layout/login_anim.xml
changeset 540 45ee3f1b43ab
child 543 28d200758114
equal deleted inserted replaced
536:537ddd8aa407 540:45ee3f1b43ab
       
     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" >
       
     7     <ImageView android:id="@+id/logo_anim" android:src="@drawable/beem_launcher_icon_color" android:layout_height="fill_parent" android:layout_width="fill_parent" 
       
     8 	android:layout_weight="1"/>
       
     9     <!-- TODO traduction -->
       
    10     <Button android:layout_height="wrap_content" android:layout_width="fill_parent"
       
    11 	android:layout_gravity="bottom"
       
    12 	android:text="Cancel" />
       
    13 </LinearLayout>
       
    14