Subversion Repositories SmartDukaan

Rev

Rev 22127 | Rev 22837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22127 Rev 22135
Line 1... Line 1...
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
<ScrollView android:layout_height="match_parent"
3
    xmlns:tools="http://schemas.android.com/tools"
-
 
4
    android:layout_width="match_parent"
3
    android:layout_width="match_parent"
5
    android:layout_height="match_parent"
4
    android:background="@drawable/login"
6
    android:paddingBottom="@dimen/activity_vertical_margin"
-
 
7
    android:paddingLeft="@dimen/activity_horizontal_margin"
-
 
8
    android:paddingRight="@dimen/activity_horizontal_margin"
-
 
9
    android:paddingTop="@dimen/activity_vertical_margin"
-
 
10
    tools:context="com.saholic.profittill.main.LoginActivity">
5
    xmlns:android="http://schemas.android.com/apk/res/android">
11
 
6
 
-
 
7
    <RelativeLayout android:layout_width="match_parent"
-
 
8
        android:layout_height="match_parent"
-
 
9
        android:layout_gravity="center"
-
 
10
        android:layout_marginTop="40dp">
-
 
11
 
-
 
12
 
-
 
13
        <ImageButton android:id="@+id/google_login_button"
-
 
14
            android:layout_width="250dp"
-
 
15
            android:background="@drawable/google"
-
 
16
            android:layout_centerHorizontal="true"
-
 
17
            android:layout_height="38dp" />
12
</RelativeLayout>
18
    </RelativeLayout>
-
 
19
</ScrollView>