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

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 <?xml version="1.0" encoding="utf-8"?>
michael@0 2 <!--
michael@0 3 This Source Code Form is subject to the terms of the Mozilla Public
michael@0 4 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 6 -->
michael@0 7 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
michael@0 8 android:layout_width="fill_parent"
michael@0 9 android:layout_height="fill_parent"
michael@0 10 android:fillViewport="true" >
michael@0 11
michael@0 12 <LinearLayout
michael@0 13 android:id="@+id/create_account_not_allowed_view"
michael@0 14 style="@style/FxAccountMiddle" >
michael@0 15
michael@0 16 <LinearLayout style="@style/FxAccountSpacer" />
michael@0 17
michael@0 18 <TextView
michael@0 19 style="@style/FxAccountHeaderItem"
michael@0 20 android:text="@string/fxaccount_account_create_not_allowed" >
michael@0 21 </TextView>
michael@0 22
michael@0 23 <TextView
michael@0 24 style="@style/FxAccountTextItem"
michael@0 25 android:layout_marginBottom="45dp"
michael@0 26 android:layout_marginTop="45dp"
michael@0 27 android:text="@string/fxaccount_account_create_not_allowed_you_must_meet_certain_age_requirements" >
michael@0 28 </TextView>
michael@0 29
michael@0 30 <TextView
michael@0 31 android:id="@+id/learn_more_link"
michael@0 32 style="@style/FxAccountLinkifiedItem"
michael@0 33 android:text="@string/fxaccount_account_create_not_allowed_learn_more" />
michael@0 34
michael@0 35 <LinearLayout style="@style/FxAccountSpacer" />
michael@0 36
michael@0 37 <ImageView
michael@0 38 style="@style/FxAccountIcon"
michael@0 39 android:contentDescription="@string/fxaccount_empty_contentDescription" />
michael@0 40 </LinearLayout>
michael@0 41
michael@0 42 </ScrollView>

mercurial