Subversion Repositories SmartDukaan

Rev

Rev 22135 | Go to most recent revision | 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/login"
    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="250dp"
            android:background="@drawable/google"
            android:layout_centerHorizontal="true"
            android:layout_height="38dp" />
    </RelativeLayout>

</ScrollView>