Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23410 tejbeer 1
<?xml version="1.0" encoding="utf-8"?>
2
<ScrollView android:layout_height="match_parent"
3
    android:layout_width="match_parent"
4
    android:background="@drawable/splash_screen"
5
    xmlns:android="http://schemas.android.com/apk/res/android">
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="200dp"
15
            android:background="@drawable/googlesignin"
16
            android:layout_centerHorizontal="true"
17
            android:layout_height="48dp" />
18
    </RelativeLayout>
19
 
20
</ScrollView>