Subversion Repositories SmartDukaan

Rev

Rev 22837 | Details | Compare with Previous | Last modification | View Log | RSS feed

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