13 android:layout_height="wrap_content" |
13 android:layout_height="wrap_content" |
14 android:text="@string/create_account_username" |
14 android:text="@string/create_account_username" |
15 style="@style/Label" /> |
15 style="@style/Label" /> |
16 <EditText android:id="@+id/create_account_username" |
16 <EditText android:id="@+id/create_account_username" |
17 android:layout_width="fill_parent" |
17 android:layout_width="fill_parent" |
18 android:layout_height="wrap_content" /> |
18 android:layout_height="wrap_content" |
|
19 android:singleLine="true" /> |
19 <TextView android:id="@+id/create_account_label_password" |
20 <TextView android:id="@+id/create_account_label_password" |
20 android:layout_width="fill_parent" |
21 android:layout_width="fill_parent" |
21 android:layout_height="wrap_content" |
22 android:layout_height="wrap_content" |
22 android:text="@string/create_account_password" |
23 android:text="@string/create_account_password" |
23 style="@style/Label" /> |
24 style="@style/Label" /> |
24 <EditText android:id="@+id/create_account_password" |
25 <EditText android:id="@+id/create_account_password" |
25 android:layout_width="fill_parent" |
26 android:layout_width="fill_parent" |
26 android:layout_height="wrap_content" |
27 android:layout_height="wrap_content" |
27 android:password="true" /> |
28 android:password="true" |
|
29 android:singleLine="true" /> |
28 <TextView android:id="@+id/create_account_label_confirm_password" |
30 <TextView android:id="@+id/create_account_label_confirm_password" |
29 android:layout_width="fill_parent" |
31 android:layout_width="fill_parent" |
30 android:layout_height="wrap_content" |
32 android:layout_height="wrap_content" |
31 android:text="@string/create_account_confirm_password" |
33 android:text="@string/create_account_confirm_password" |
32 style="@style/Label" /> |
34 style="@style/Label" /> |
33 <EditText android:id="@+id/create_account_confirm_password" |
35 <EditText android:id="@+id/create_account_confirm_password" |
34 android:layout_width="fill_parent" |
36 android:layout_width="fill_parent" |
35 android:layout_height="wrap_content" |
37 android:layout_height="wrap_content" |
36 android:password="true" /> |
38 android:password="true" |
|
39 android:singleLine="true" /> |
37 <View |
40 <View |
38 android:layout_height="21dp" |
41 android:layout_height="21dp" |
39 android:layout_width="fill_parent" /> |
42 android:layout_width="fill_parent" /> |
40 <Button android:id="@+id/create_account_button" |
43 <Button android:id="@+id/create_account_button" |
41 android:layout_width="fill_parent" |
44 android:layout_width="fill_parent" |