Bug 951304 - Follow-up: add missing file from Part 3. r=bustage

This commit is contained in:
Richard Newman 2014-01-16 19:50:51 -08:00
parent ca96dd711e
commit 37f31ffcd1

View File

@ -0,0 +1,46 @@
<?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/update_credentials_view"
style="@style/FxAccountMiddle" >
<TextView
style="@style/FxAccountHeaderItem"
android:text="@string/firefox_accounts" />
<TextView
style="@style/FxAccountSubHeaderItem"
android:text="@string/fxaccount_update_credentials" />
<include layout="@layout/fxaccount_email_password_view" />
<Button
android:id="@+id/button"
style="@style/FxAccountButton"
android:layout_marginBottom="20dp"
android:layout_marginTop="45dp"
android:text="@string/fxaccount_update_credentials_button_label" />
<TextView
android:id="@+id/forgot_password_link"
style="@style/FxAccountLinkItem"
android:text="@string/fxaccount_forgot_password" />
<LinearLayout style="@style/FxAccountSpacer" />
<ImageView
style="@style/FxAccountIcon"
android:contentDescription="@string/fxaccount_icon_contentDescription" />
</LinearLayout>
</ScrollView>