Subversion Repositories SmartDukaan

Rev

Rev 22837 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22837 Rev 24857
Line 1... Line 1...
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
<ScrollView android:layout_height="match_parent"
2
<ScrollView android:layout_height="match_parent"
3
    android:layout_width="match_parent"
3
    android:layout_width="match_parent"
4
    android:background="@drawable/login"
4
    android:background="@drawable/splash_screen"
5
    xmlns:android="http://schemas.android.com/apk/res/android">
5
    xmlns:android="http://schemas.android.com/apk/res/android">
6
 
6
 
7
    <RelativeLayout android:layout_width="match_parent"
7
    <RelativeLayout android:layout_width="match_parent"
8
        android:layout_height="match_parent"
8
        android:layout_height="match_parent"
9
        android:layout_gravity="center"
9
        android:layout_gravity="center"
10
        android:layout_marginTop="40dp">
10
        android:layout_marginTop="40dp">
11
 
11
 
12
 
12
 
13
        <ImageButton android:id="@+id/google_login_button"
13
        <ImageButton android:id="@+id/google_login_button"
14
            android:layout_width="250dp"
14
            android:layout_width="200dp"
15
            android:background="@drawable/google"
15
            android:background="@drawable/googlesignin"
16
            android:layout_centerHorizontal="true"
16
            android:layout_centerHorizontal="true"
17
            android:layout_height="38dp" />
17
            android:layout_height="48dp" />
18
    </RelativeLayout>
18
    </RelativeLayout>
19
 
19
 
20
</ScrollView>
20
</ScrollView>