1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/base/resources/layout/fxaccount_create_account_not_allowed.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,42 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- 1.6 + This Source Code Form is subject to the terms of the Mozilla Public 1.7 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 +--> 1.10 +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 1.11 + android:layout_width="fill_parent" 1.12 + android:layout_height="fill_parent" 1.13 + android:fillViewport="true" > 1.14 + 1.15 + <LinearLayout 1.16 + android:id="@+id/create_account_not_allowed_view" 1.17 + style="@style/FxAccountMiddle" > 1.18 + 1.19 + <LinearLayout style="@style/FxAccountSpacer" /> 1.20 + 1.21 + <TextView 1.22 + style="@style/FxAccountHeaderItem" 1.23 + android:text="@string/fxaccount_account_create_not_allowed" > 1.24 + </TextView> 1.25 + 1.26 + <TextView 1.27 + style="@style/FxAccountTextItem" 1.28 + android:layout_marginBottom="45dp" 1.29 + android:layout_marginTop="45dp" 1.30 + android:text="@string/fxaccount_account_create_not_allowed_you_must_meet_certain_age_requirements" > 1.31 + </TextView> 1.32 + 1.33 + <TextView 1.34 + android:id="@+id/learn_more_link" 1.35 + style="@style/FxAccountLinkifiedItem" 1.36 + android:text="@string/fxaccount_account_create_not_allowed_learn_more" /> 1.37 + 1.38 + <LinearLayout style="@style/FxAccountSpacer" /> 1.39 + 1.40 + <ImageView 1.41 + style="@style/FxAccountIcon" 1.42 + android:contentDescription="@string/fxaccount_empty_contentDescription" /> 1.43 + </LinearLayout> 1.44 + 1.45 +</ScrollView>