res/layout/wizard_account.xml
changeset 783 cfc0f43b29b2
parent 767 74a987c3efb5
equal deleted inserted replaced
782:34078d9af68c 783:cfc0f43b29b2
    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
    40 	    android:id="@+id/next"
    40 	    android:id="@+id/next"
    41 	    android:text="suivant"
    41 	    android:text="@string/Continue"
    42 	    android:minWidth="100dp"
    42 	    android:minWidth="100dp"
    43 	    android:layout_height="wrap_content"
    43 	    android:layout_height="wrap_content"
    44 	    android:layout_width="wrap_content"
    44 	    android:layout_width="wrap_content"
    45 	    android:drawableRight="@drawable/button_indicator_next"
    45 	    android:drawableRight="@drawable/button_indicator_next"
    46 	    android:layout_alignParentRight="true"
    46 	    android:layout_alignParentRight="true"