mobile/android/base/resources/layout/fxaccount_update_credentials.xml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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 -->
     8 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     9     android:layout_width="fill_parent"
    10     android:layout_height="fill_parent"
    11     android:fillViewport="true" >
    13     <LinearLayout
    14         android:id="@+id/update_credentials_view"
    15         style="@style/FxAccountMiddle" >
    17         <LinearLayout style="@style/FxAccountSpacer" />
    19         <TextView
    20             style="@style/FxAccountHeaderItem"
    21             android:text="@string/fxaccount_update_credentials_header" />
    23         <include layout="@layout/fxaccount_email_password_view" />
    25         <TextView
    26             android:id="@+id/remote_error"
    27             style="@style/FxAccountErrorItem" />
    29         <RelativeLayout style="@style/FxAccountButtonLayout" >
    31             <ProgressBar
    32                 android:id="@+id/progress"
    33                 style="@style/FxAccountProgress" />
    35             <Button
    36                 android:id="@+id/button"
    37                 style="@style/FxAccountButton"
    38                 android:text="@string/fxaccount_update_credentials_button_label" />
    39         </RelativeLayout>
    41         <TextView
    42             android:id="@+id/forgot_password_link"
    43             style="@style/FxAccountLinkifiedItem"
    44             android:text="@string/fxaccount_sign_in_forgot_password" />
    46         <LinearLayout style="@style/FxAccountSpacer" />
    48         <ImageView
    49             style="@style/FxAccountIcon"
    50             android:contentDescription="@string/fxaccount_empty_contentDescription" />
    51     </LinearLayout>
    53 </ScrollView>

mercurial