mobile/android/base/resources/layout/fxaccount_create_account_not_allowed.xml

branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
equal deleted inserted replaced
-1:000000000000 0:5aec8338f117
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>

mercurial