Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
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>