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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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>

mercurial