Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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" >
12 <LinearLayout
13 android:id="@+id/create_account_not_allowed_view"
14 style="@style/FxAccountMiddle" >
16 <LinearLayout style="@style/FxAccountSpacer" />
18 <TextView
19 style="@style/FxAccountHeaderItem"
20 android:text="@string/fxaccount_account_create_not_allowed" >
21 </TextView>
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>
30 <TextView
31 android:id="@+id/learn_more_link"
32 style="@style/FxAccountLinkifiedItem"
33 android:text="@string/fxaccount_account_create_not_allowed_learn_more" />
35 <LinearLayout style="@style/FxAccountSpacer" />
37 <ImageView
38 style="@style/FxAccountIcon"
39 android:contentDescription="@string/fxaccount_empty_contentDescription" />
40 </LinearLayout>
42 </ScrollView>