Subversion Repositories SmartDukaan

Rev

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

<?xml version="1.0" encoding="utf-8"?>
<ScrollView android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:background="@drawable/splash_screen"
    xmlns:android="http://schemas.android.com/apk/res/android">

    <RelativeLayout android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:layout_marginTop="40dp">


        <ImageButton android:id="@+id/google_login_button"
            android:layout_width="200dp"
            android:background="@drawable/googlesignin"
            android:layout_centerHorizontal="true"
            android:layout_height="48dp" />
    </RelativeLayout>

</ScrollView>