|
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 |
|
13 android:id="@+id/create_account_not_allowed_view" |
|
14 style="@style/FxAccountMiddle" > |
|
15 |
|
16 <LinearLayout style="@style/FxAccountSpacer" /> |
|
17 |
|
18 <TextView |
|
19 style="@style/FxAccountHeaderItem" |
|
20 android:text="@string/fxaccount_account_create_not_allowed" > |
|
21 </TextView> |
|
22 |
|
23 <TextView |
|
24 style="@style/FxAccountTextItem" |
|
25 android:layout_marginBottom="45dp" |
|
26 android:layout_marginTop="45dp" |
|
27 android:text="@string/fxaccount_account_create_not_allowed_you_must_meet_certain_age_requirements" > |
|
28 </TextView> |
|
29 |
|
30 <TextView |
|
31 android:id="@+id/learn_more_link" |
|
32 style="@style/FxAccountLinkifiedItem" |
|
33 android:text="@string/fxaccount_account_create_not_allowed_learn_more" /> |
|
34 |
|
35 <LinearLayout style="@style/FxAccountSpacer" /> |
|
36 |
|
37 <ImageView |
|
38 style="@style/FxAccountIcon" |
|
39 android:contentDescription="@string/fxaccount_empty_contentDescription" /> |
|
40 </LinearLayout> |
|
41 |
|
42 </ScrollView> |