1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/base/resources/layout/fxaccount_account_verified.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,46 @@ 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 style="@style/FxAccountMiddle" > 1.16 + 1.17 + <TextView 1.18 + style="@style/FxAccountHeaderItem" 1.19 + android:text="@string/fxaccount_account_verified_sub_header" > 1.20 + </TextView> 1.21 + 1.22 + <ImageView 1.23 + android:layout_width="wrap_content" 1.24 + android:layout_height="wrap_content" 1.25 + android:layout_gravity="center_horizontal" 1.26 + android:layout_marginBottom="45dp" 1.27 + android:contentDescription="@string/fxaccount_empty_contentDescription" 1.28 + android:src="@drawable/fxaccount_checkbox" > 1.29 + </ImageView> 1.30 + 1.31 + <TextView 1.32 + style="@style/FxAccountTextItem" 1.33 + android:layout_marginBottom="40dp" 1.34 + android:text="@string/fxaccount_account_verified_description" 1.35 + android:textSize="18sp" /> 1.36 + 1.37 + <Button 1.38 + android:id="@+id/button" 1.39 + style="@style/FxAccountButton" 1.40 + android:text="@string/fxaccount_back_to_browsing" /> 1.41 + 1.42 + <LinearLayout style="@style/FxAccountSpacer" /> 1.43 + 1.44 + <ImageView 1.45 + style="@style/FxAccountIcon" 1.46 + android:contentDescription="@string/fxaccount_empty_contentDescription" /> 1.47 + </LinearLayout> 1.48 + 1.49 +</ScrollView>