gecko-dev/mobile/android/base/resources/layout/fxaccount_get_started.xml
Nick Alexander 5ecde9f5c9 Bug 965376 - Update final copy for Android Firefox Accounts. r=me
--HG--
extra : amend_source : a5dc69864bc0e9ba4e834184f7f2d8525f75995a
2014-01-29 13:02:44 -08:00

55 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true" >
<LinearLayout
android:id="@+id/intro_view"
style="@style/FxAccountMiddle" >
<LinearLayout style="@style/FxAccountSpacer" />
<TextView
style="@style/FxAccountHeaderItem"
android:text="@string/fxaccount_getting_started_welcome_to_sync" >
</TextView>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="30dp"
android:layout_marginTop="30dp"
android:contentDescription="@string/fxaccount_intro_contentDescription"
android:src="@drawable/fxaccount_intro" >
</ImageView>
<TextView
style="@style/FxAccountTextItem"
android:text="@string/fxaccount_getting_started_description" >
</TextView>
<Button
android:id="@+id/get_started_button"
style="@style/FxAccountButton"
android:text="@string/fxaccount_getting_started_get_started" />
<TextView
android:id="@+id/old_firefox"
style="@style/FxAccountLinkifiedItem"
android:text="@string/fxaccount_getting_started_old_firefox" />
<LinearLayout style="@style/FxAccountSpacer" />
<ImageView
style="@style/FxAccountIcon"
android:contentDescription="@string/fxaccount_icon_contentDescription" />
</LinearLayout>
</ScrollView>