|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- |
|
3 This Source Code Form is subject to the terms of the Mozilla Public |
|
4 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
6 --> |
|
7 |
|
8 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
|
9 android:layout_width="fill_parent" |
|
10 android:layout_height="fill_parent" |
|
11 android:fillViewport="true" > |
|
12 |
|
13 <LinearLayout |
|
14 android:id="@+id/update_credentials_view" |
|
15 style="@style/FxAccountMiddle" > |
|
16 |
|
17 <LinearLayout style="@style/FxAccountSpacer" /> |
|
18 |
|
19 <TextView |
|
20 style="@style/FxAccountHeaderItem" |
|
21 android:text="@string/fxaccount_update_credentials_header" /> |
|
22 |
|
23 <include layout="@layout/fxaccount_email_password_view" /> |
|
24 |
|
25 <TextView |
|
26 android:id="@+id/remote_error" |
|
27 style="@style/FxAccountErrorItem" /> |
|
28 |
|
29 <RelativeLayout style="@style/FxAccountButtonLayout" > |
|
30 |
|
31 <ProgressBar |
|
32 android:id="@+id/progress" |
|
33 style="@style/FxAccountProgress" /> |
|
34 |
|
35 <Button |
|
36 android:id="@+id/button" |
|
37 style="@style/FxAccountButton" |
|
38 android:text="@string/fxaccount_update_credentials_button_label" /> |
|
39 </RelativeLayout> |
|
40 |
|
41 <TextView |
|
42 android:id="@+id/forgot_password_link" |
|
43 style="@style/FxAccountLinkifiedItem" |
|
44 android:text="@string/fxaccount_sign_in_forgot_password" /> |
|
45 |
|
46 <LinearLayout style="@style/FxAccountSpacer" /> |
|
47 |
|
48 <ImageView |
|
49 style="@style/FxAccountIcon" |
|
50 android:contentDescription="@string/fxaccount_empty_contentDescription" /> |
|
51 </LinearLayout> |
|
52 |
|
53 </ScrollView> |