res/layout/create_account.xml
changeset 489 77c573c8217e
parent 256 35f81983d351
child 506 8e33a89c21a3
equal deleted inserted replaced
488:77e8f3384a3b 489:77c573c8217e
     7 		android:padding="10dip">
     7 		android:padding="10dip">
     8 		<TextView android:id="@+id/create_account_label_username"
     8 		<TextView android:id="@+id/create_account_label_username"
     9 			android:layout_width="fill_parent" android:layout_height="wrap_content"
     9 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    10 			android:text="@string/create_account_username" style="@style/Label" />
    10 			android:text="@string/create_account_username" style="@style/Label" />
    11 		<EditText android:id="@+id/create_account_username"
    11 		<EditText android:id="@+id/create_account_username"
       
    12 			android:inputType="textEmailAddress" android:imeOptions="actionNext"
    12 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    13 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    13 			android:singleLine="true" />
    14 			android:singleLine="true" />
    14 		<TextView android:id="@+id/create_account_label_password"
    15 		<TextView android:id="@+id/create_account_label_password"
    15 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    16 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    16 			android:text="@string/create_account_password" style="@style/Label" />
    17 			android:text="@string/create_account_password" style="@style/Label" />
    17 		<EditText android:id="@+id/create_account_password"
    18 		<EditText android:id="@+id/create_account_password"
    18 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    19 			android:layout_width="fill_parent" android:layout_height="wrap_content"
       
    20 			android:inputType="textPassword" android:imeOptions="actionNext"
    19 			android:password="true" android:singleLine="true" />
    21 			android:password="true" android:singleLine="true" />
    20 		<TextView android:id="@+id/create_account_label_confirm_password"
    22 		<TextView android:id="@+id/create_account_label_confirm_password"
    21 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    23 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    22 			android:text="@string/create_account_confirm_password" style="@style/Label" />
    24 			android:text="@string/create_account_confirm_password" style="@style/Label" />
    23 		<EditText android:id="@+id/create_account_confirm_password"
    25 		<EditText android:id="@+id/create_account_confirm_password"
    24 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    26 			android:layout_width="fill_parent" android:layout_height="wrap_content"
       
    27 			android:inputType="textPassword" android:imeOptions="actionNext"
    25 			android:password="true" android:singleLine="true" />
    28 			android:password="true" android:singleLine="true" />
    26 		<View android:layout_height="21dp" android:layout_width="fill_parent" />
    29 		<View android:layout_height="21dp" android:layout_width="fill_parent" />
    27 		<Button android:id="@+id/create_account_button"
    30 		<Button android:id="@+id/create_account_button"
    28 			android:layout_width="fill_parent" android:layout_height="fill_parent"
    31 			android:layout_width="fill_parent" android:layout_height="fill_parent"
    29 			android:text="@string/button_create_account" />
    32 			android:text="@string/button_create_account" />