1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/base/resources/layout/fxaccount_get_started.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,55 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- 1.6 + This Source Code Form is subject to the terms of the Mozilla Public 1.7 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 +--> 1.10 +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 1.11 + android:layout_width="fill_parent" 1.12 + android:layout_height="fill_parent" 1.13 + android:fillViewport="true" > 1.14 + 1.15 + <LinearLayout 1.16 + android:id="@+id/intro_view" 1.17 + style="@style/FxAccountMiddle" > 1.18 + 1.19 + <LinearLayout style="@style/FxAccountSpacer" /> 1.20 + 1.21 + <TextView 1.22 + style="@style/FxAccountHeaderItem" 1.23 + android:text="@string/fxaccount_getting_started_welcome_to_sync" > 1.24 + </TextView> 1.25 + 1.26 + <ImageView 1.27 + android:layout_width="wrap_content" 1.28 + android:layout_height="wrap_content" 1.29 + android:layout_gravity="center_horizontal" 1.30 + android:layout_marginBottom="30dp" 1.31 + android:layout_marginTop="30dp" 1.32 + android:contentDescription="@string/fxaccount_empty_contentDescription" 1.33 + android:src="@drawable/fxaccount_intro" > 1.34 + </ImageView> 1.35 + 1.36 + <TextView 1.37 + style="@style/FxAccountTextItem" 1.38 + android:text="@string/fxaccount_getting_started_description" > 1.39 + </TextView> 1.40 + 1.41 + <Button 1.42 + android:id="@+id/get_started_button" 1.43 + style="@style/FxAccountButton" 1.44 + android:text="@string/fxaccount_getting_started_get_started" /> 1.45 + 1.46 + <TextView 1.47 + android:id="@+id/old_firefox" 1.48 + style="@style/FxAccountLinkifiedItem" 1.49 + android:text="@string/fxaccount_getting_started_old_firefox" /> 1.50 + 1.51 + <LinearLayout style="@style/FxAccountSpacer" /> 1.52 + 1.53 + <ImageView 1.54 + style="@style/FxAccountIcon" 1.55 + android:contentDescription="@string/fxaccount_empty_contentDescription" /> 1.56 + </LinearLayout> 1.57 + 1.58 +</ScrollView>