Wed, 31 Dec 2014 06:09:35 +0100
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 <LinearLayout style="@style/FxAccountSpacer" />
16 <TextView
17 style="@style/FxAccountHeaderItem"
18 android:text="@string/fxaccount_confirm_account_header" >
19 </TextView>
21 <ImageView
22 android:layout_width="wrap_content"
23 android:layout_height="wrap_content"
24 android:layout_gravity="center_horizontal"
25 android:layout_marginBottom="40dp"
26 android:background="@android:color/transparent"
27 android:contentDescription="@string/fxaccount_empty_contentDescription"
28 android:src="@drawable/fxaccount_mail" >
29 </ImageView>
31 <TextView
32 android:id="@+id/verification_link_text"
33 style="@style/FxAccountTextItem"
34 android:layout_marginBottom="40dp"
35 android:text="@string/fxaccount_confirm_account_verification_link"
36 android:textSize="18sp" />
38 <Button
39 android:id="@+id/button"
40 style="@style/FxAccountButton"
41 android:text="@string/fxaccount_back_to_browsing" />
43 <TextView
44 android:id="@+id/resend_confirmation_email_link"
45 style="@style/FxAccountLinkItem"
46 android:text="@string/fxaccount_confirm_account_resend_email" />
48 <LinearLayout style="@style/FxAccountSpacer" />
50 <ImageView
51 style="@style/FxAccountIcon"
52 android:contentDescription="@string/fxaccount_empty_contentDescription" />
53 </LinearLayout>
55 </ScrollView>