Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14792 manas 1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
    Copyright 2010-present Facebook.
4
 
5
    Licensed under the Apache License, Version 2.0 (the "License");
6
    you may not use this file except in compliance with the License.
7
    You may obtain a copy of the License at
8
 
9
       http://www.apache.org/licenses/LICENSE-2.0
10
 
11
    Unless required by applicable law or agreed to in writing, software
12
    distributed under the License is distributed on an "AS IS" BASIS,
13
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
    See the License for the specific language governing permissions and
15
    limitations under the License.
16
-->
17
 
18
<ScrollView
19
    xmlns:android="http://schemas.android.com/apk/res/android"
20
    xmlns:loginView="http://schemas.android.com/apk/res-auto"
21
    android:layout_width="match_parent"
22
    android:layout_height="match_parent"
23
    android:background="@drawable/com_facebook_usersettingsfragment_background_gradient" >
24
    <LinearLayout
25
        android:layout_width="match_parent"
26
        android:layout_height="wrap_content"
27
        android:orientation="vertical">
28
 
29
        <ImageView
30
            android:id="@+id/com_facebook_usersettingsfragment_logo_image"
31
            android:layout_width="193dp"
32
            android:layout_height="44dp"
33
            android:layout_gravity="center_horizontal"
34
            android:src="@drawable/com_facebook_logo"
35
            android:layout_marginTop="35dp"
36
            android:contentDescription="@string/com_facebook_logo_content_description"/>
37
 
38
        <TextView
39
            android:id="@+id/com_facebook_usersettingsfragment_profile_name"
40
            android:layout_width="match_parent"
41
            android:layout_height="100dp"
42
            android:lines="1"
43
            android:textSize="16sp"
44
            android:textStyle="bold"
45
            android:layout_marginTop="35dp"
46
            android:gravity="center"/>
47
 
48
        <com.facebook.widget.LoginButton
49
            android:id="@+id/com_facebook_usersettingsfragment_login_button"
50
            android:layout_width="wrap_content"
51
            android:layout_height="wrap_content"
52
            android:layout_gravity="center_horizontal"
53
            android:layout_marginTop="35dp"
54
            android:layout_marginBottom="35dp"
55
            loginView:login_text="@string/com_facebook_usersettingsfragment_log_in_button"
56
            style="@style/com_facebook_loginview_silver_style" />
57
 
58
    </LinearLayout>
59
</ScrollView>