mobile/android/base/resources/layout/fxaccount_account_verified.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 style="@style/FxAccountMiddle" >
    14         <TextView
    15             style="@style/FxAccountHeaderItem"
    16             android:text="@string/fxaccount_account_verified_sub_header" >
    17         </TextView>
    19         <ImageView
    20             android:layout_width="wrap_content"
    21             android:layout_height="wrap_content"
    22             android:layout_gravity="center_horizontal"
    23             android:layout_marginBottom="45dp"
    24             android:contentDescription="@string/fxaccount_empty_contentDescription"
    25             android:src="@drawable/fxaccount_checkbox" >
    26         </ImageView>
    28         <TextView
    29             style="@style/FxAccountTextItem"
    30             android:layout_marginBottom="40dp"
    31             android:text="@string/fxaccount_account_verified_description"
    32             android:textSize="18sp" />
    34         <Button
    35             android:id="@+id/button"
    36             style="@style/FxAccountButton"
    37             android:text="@string/fxaccount_back_to_browsing" />
    39         <LinearLayout style="@style/FxAccountSpacer" />
    41         <ImageView
    42             style="@style/FxAccountIcon"
    43             android:contentDescription="@string/fxaccount_empty_contentDescription" />
    44     </LinearLayout>
    46 </ScrollView>

mercurial