22 android:text="@string/JabberID" style="@style/Label" /> |
22 android:text="@string/JabberID" style="@style/Label" /> |
23 <EditText android:id="@+id/account_username" |
23 <EditText android:id="@+id/account_username" |
24 android:inputType="textEmailAddress" android:imeOptions="actionNext" |
24 android:inputType="textEmailAddress" android:imeOptions="actionNext" |
25 android:layout_width="fill_parent" android:layout_height="wrap_content" |
25 android:layout_width="fill_parent" android:layout_height="wrap_content" |
26 android:singleLine="true" |
26 android:singleLine="true" |
27 android:hint="beem@beem-project.com "/> |
27 android:hint="beem@beem-project.com " |
|
28 android:contentDescription="@string/JabberID"/> |
28 <TextView |
29 <TextView |
29 android:layout_width="fill_parent" android:layout_height="wrap_content" |
30 android:layout_width="fill_parent" android:layout_height="wrap_content" |
30 android:text="@string/Password" style="@style/Label" /> |
31 android:text="@string/Password" style="@style/Label" /> |
31 <EditText android:id="@+id/account_password" |
32 <EditText android:id="@+id/account_password" |
32 android:layout_width="fill_parent" android:layout_height="wrap_content" |
33 android:layout_width="fill_parent" android:layout_height="wrap_content" |
33 android:inputType="textPassword" android:imeOptions="actionNext" |
34 android:inputType="textPassword" android:imeOptions="actionNext" |
34 android:password="true" android:singleLine="true" /> |
35 android:password="true" android:singleLine="true" |
|
36 android:contentDescription="@string/Password"/> |
35 </LinearLayout> |
37 </LinearLayout> |
36 </ScrollView> |
38 </ScrollView> |
37 |
39 |
38 <RelativeLayout |
40 <RelativeLayout |
39 android:layout_alignParentBottom="true" |
41 android:layout_alignParentBottom="true" |