equal
deleted
inserted
replaced
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:hint="beem@beem-project.com " |
15 android:contentDescription="@string/create_account_username"/> |
16 android:contentDescription="@string/create_account_username"/> |
16 <TextView android:id="@+id/create_account_label_password" |
17 <TextView android:id="@+id/create_account_label_password" |
17 android:layout_width="fill_parent" android:layout_height="wrap_content" |
18 android:layout_width="fill_parent" android:layout_height="wrap_content" |
18 android:text="@string/create_account_password" style="@style/Label" /> |
19 android:text="@string/create_account_password" style="@style/Label" /> |
19 <EditText android:id="@+id/create_account_password" |
20 <EditText android:id="@+id/create_account_password" |