1 <?xml version="1.0" encoding="utf-8"?>  | 
     1 <?xml version="1.0" encoding="utf-8"?>  | 
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"  | 
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"  | 
     3     android:layout_height="fill_parent" android:layout_width="fill_parent"  | 
     3     android:layout_height="fill_parent" android:layout_width="fill_parent"  | 
     4     android:orientation="vertical"  | 
     4     android:orientation="vertical"  | 
     5     >  | 
     5     >  | 
     6     <ScrollView android:layout_height="fill_parent" android:layout_width="fill_parent"   | 
     6     <ScrollView android:layout_height="0dip" android:layout_width="fill_parent"   | 
     7 	android:layout_weight="1">  | 
     7 	android:layout_weight="1">  | 
     8 	<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent"  | 
     8 	<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent"  | 
     9 	    android:orientation="vertical" >  | 
     9 	    android:orientation="vertical" >  | 
    10 	    <ImageView android:id="@+id/logo"  | 
    10 	    <ImageView android:id="@+id/logo"  | 
    11 		android:layout_width="fill_parent" android:layout_height="wrap_content"  | 
    11 		android:layout_width="fill_parent" android:layout_height="wrap_content"  | 
    12 		android:layout_marginTop="15dp"  | 
    12 		android:layout_marginTop="15dp"  | 
    13 		android:layout_marginBottom="30dp"  | 
    13 		android:layout_marginBottom="30dp"  | 
    14 		android:src="@drawable/logo"/>  | 
    14 		android:src="@drawable/logo"  | 
         | 
    15 		android:contentDescription="@string/contentdesc_logo" />  | 
    15 	    <TextView  | 
    16 	    <TextView  | 
    16 		android:layout_width="fill_parent" android:layout_height="wrap_content"  | 
    17 		android:layout_width="fill_parent" android:layout_height="wrap_content"  | 
    17 		android:text="@string/account_wizard_text1"  | 
    18 		android:text="@string/account_wizard_text1"  | 
    18 		android:textSize="18sp"  | 
    19 		android:textSize="18sp"  | 
    19 		android:paddingBottom="10dip"  | 
    20 		android:paddingBottom="10dip"  | 
    28 		    android:text="@string/account_wizard_create_account"/>  | 
    29 		    android:text="@string/account_wizard_create_account"/>  | 
    29 	    </RadioGroup>  | 
    30 	    </RadioGroup>  | 
    30 	</LinearLayout>  | 
    31 	</LinearLayout>  | 
    31     </ScrollView>  | 
    32     </ScrollView>  | 
    32   | 
    33   | 
    33     <RelativeLayout  | 
    34     <RelativeLayout	  | 
    34 	android:layout_alignParentBottom="true"  | 
         | 
    35 	android:gravity="right|center_vertical"  | 
    35 	android:gravity="right|center_vertical"  | 
    36 	android:layout_height="wrap_content"  | 
    36 	android:layout_height="wrap_content"  | 
    37 	android:layout_width="fill_parent"  | 
    37 	android:layout_width="fill_parent"  | 
    38 	android:background="@drawable/bottombar" >  | 
    38 	android:background="@drawable/bottombar" >  | 
    39 	<Button  | 
    39 	<Button  |