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
13 android:id="@+id/intro_view"
14 style="@style/FxAccountMiddle" >
16 <LinearLayout style="@style/FxAccountSpacer" />
18 <TextView
19 style="@style/FxAccountHeaderItem"
20 android:text="@string/fxaccount_getting_started_welcome_to_sync" >
21 </TextView>
23 <ImageView
24 android:layout_width="wrap_content"
25 android:layout_height="wrap_content"
26 android:layout_gravity="center_horizontal"
27 android:layout_marginBottom="30dp"
28 android:layout_marginTop="30dp"
29 android:contentDescription="@string/fxaccount_empty_contentDescription"
30 android:src="@drawable/fxaccount_intro" >
31 </ImageView>
33 <TextView
34 style="@style/FxAccountTextItem"
35 android:text="@string/fxaccount_getting_started_description" >
36 </TextView>
38 <Button
39 android:id="@+id/get_started_button"
40 style="@style/FxAccountButton"
41 android:text="@string/fxaccount_getting_started_get_started" />
43 <TextView
44 android:id="@+id/old_firefox"
45 style="@style/FxAccountLinkifiedItem"
46 android:text="@string/fxaccount_getting_started_old_firefox" />
48 <LinearLayout style="@style/FxAccountSpacer" />
50 <ImageView
51 style="@style/FxAccountIcon"
52 android:contentDescription="@string/fxaccount_empty_contentDescription" />
53 </LinearLayout>
55 </ScrollView>