res/layout/login.xml
changeset 370 99121cde0136
parent 361 8ec622caf8d8
child 461 17300b201cf5
equal deleted inserted replaced
369:952c6eeb6493 370:99121cde0136
     6 		android:layout_width="fill_parent" android:layout_height="wrap_content"
     6 		android:layout_width="fill_parent" android:layout_height="wrap_content"
     7 		android:layout_marginBottom="25px" android:layout_marginTop="15px" />
     7 		android:layout_marginBottom="25px" android:layout_marginTop="15px" />
     8 	<TextView android:id="@+id/log_as_msg" android:layout_width="fill_parent"
     8 	<TextView android:id="@+id/log_as_msg" android:layout_width="fill_parent"
     9 		android:layout_height="wrap_content" android:gravity="center"
     9 		android:layout_height="wrap_content" android:gravity="center"
    10 		android:textColor="#FF0000" />
    10 		android:textColor="#FF0000" />
    11 	<LinearLayout android:orientation="vertical"
       
    12 		android:layout_width="fill_parent" android:layout_height="fill_parent"
       
    13 		android:gravity="bottom">
       
    14 		<Button android:id="@+id/log_as_settings" android:layout_width="fill_parent"
       
    15 			android:layout_height="wrap_content" android:text="@string/login_settings_button" />
       
    16 		<Button android:id="@+id/log_as_login" android:layout_width="fill_parent"
       
    17 			android:layout_height="wrap_content" android:text="@string/login_login_button" />
       
    18 	</LinearLayout>
       
    19 
       
    20 </LinearLayout>
    11 </LinearLayout>