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:inputType="textEmailAddress" android:imeOptions="actionNext" |
13 android:layout_width="fill_parent" android:layout_height="wrap_content" |
13 android:layout_width="fill_parent" android:layout_height="wrap_content" |
14 android:singleLine="true" /> |
14 android:singleLine="true" |
|
15 android:contentDescription="@string/create_account_username"/> |
15 <TextView android:id="@+id/create_account_label_password" |
16 <TextView android:id="@+id/create_account_label_password" |
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/create_account_password" style="@style/Label" /> |
18 android:text="@string/create_account_password" style="@style/Label" /> |
18 <EditText android:id="@+id/create_account_password" |
19 <EditText android:id="@+id/create_account_password" |
19 android:layout_width="fill_parent" android:layout_height="wrap_content" |
20 android:layout_width="fill_parent" android:layout_height="wrap_content" |
20 android:inputType="textPassword" android:imeOptions="actionNext" |
21 android:inputType="textPassword" android:imeOptions="actionNext" |
21 android:password="true" android:singleLine="true" /> |
22 android:password="true" android:singleLine="true" |
|
23 android:contentDescription="@string/create_account_password"/> |
22 <TextView android:id="@+id/create_account_label_confirm_password" |
24 <TextView android:id="@+id/create_account_label_confirm_password" |
23 android:layout_width="fill_parent" android:layout_height="wrap_content" |
25 android:layout_width="fill_parent" android:layout_height="wrap_content" |
24 android:text="@string/create_account_confirm_password" style="@style/Label" /> |
26 android:text="@string/create_account_confirm_password" style="@style/Label" /> |
25 <EditText android:id="@+id/create_account_confirm_password" |
27 <EditText android:id="@+id/create_account_confirm_password" |
26 android:layout_width="fill_parent" android:layout_height="wrap_content" |
28 android:layout_width="fill_parent" android:layout_height="wrap_content" |
27 android:inputType="textPassword" android:imeOptions="actionNext" |
29 android:inputType="textPassword" android:imeOptions="actionNext" |
28 android:password="true" android:singleLine="true" /> |
30 android:password="true" android:singleLine="true" |
|
31 android:contentDescription="@string/create_account_confirm_password"/> |
29 <View android:layout_width="fill_parent" android:layout_height="wrap_content" |
32 <View android:layout_width="fill_parent" android:layout_height="wrap_content" |
30 android:layout_weight="1" android:layout_marginBottom="18dp" /> |
33 android:layout_weight="1" android:layout_marginBottom="18dp" /> |
31 <Button android:id="@+id/create_account_button" |
34 <Button android:id="@+id/create_account_button" |
32 android:layout_width="fill_parent" android:layout_height="wrap_content" |
35 android:layout_width="fill_parent" android:layout_height="wrap_content" |
33 android:text="@string/button_create_account" android:textStyle="bold" |
36 android:text="@string/button_create_account" android:textStyle="bold" |