|
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 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
|
8 android:layout_width="fill_parent" |
|
9 android:layout_height="fill_parent" |
|
10 android:fillViewport="true" > |
|
11 |
|
12 <LinearLayout style="@style/FxAccountMiddle" > |
|
13 |
|
14 <LinearLayout style="@style/FxAccountSpacer" /> |
|
15 |
|
16 <TextView |
|
17 style="@style/FxAccountHeaderItem" |
|
18 android:text="@string/fxaccount_confirm_account_header" > |
|
19 </TextView> |
|
20 |
|
21 <ImageView |
|
22 android:layout_width="wrap_content" |
|
23 android:layout_height="wrap_content" |
|
24 android:layout_gravity="center_horizontal" |
|
25 android:layout_marginBottom="40dp" |
|
26 android:background="@android:color/transparent" |
|
27 android:contentDescription="@string/fxaccount_empty_contentDescription" |
|
28 android:src="@drawable/fxaccount_mail" > |
|
29 </ImageView> |
|
30 |
|
31 <TextView |
|
32 android:id="@+id/verification_link_text" |
|
33 style="@style/FxAccountTextItem" |
|
34 android:layout_marginBottom="40dp" |
|
35 android:text="@string/fxaccount_confirm_account_verification_link" |
|
36 android:textSize="18sp" /> |
|
37 |
|
38 <Button |
|
39 android:id="@+id/button" |
|
40 style="@style/FxAccountButton" |
|
41 android:text="@string/fxaccount_back_to_browsing" /> |
|
42 |
|
43 <TextView |
|
44 android:id="@+id/resend_confirmation_email_link" |
|
45 style="@style/FxAccountLinkItem" |
|
46 android:text="@string/fxaccount_confirm_account_resend_email" /> |
|
47 |
|
48 <LinearLayout style="@style/FxAccountSpacer" /> |
|
49 |
|
50 <ImageView |
|
51 style="@style/FxAccountIcon" |
|
52 android:contentDescription="@string/fxaccount_empty_contentDescription" /> |
|
53 </LinearLayout> |
|
54 |
|
55 </ScrollView> |