Subversion Repositories SmartDukaan

Rev

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

<ScrollView
    android:layout_height="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:background="@color/green_tobe_used"
    android:layout_width="match_parent"
    >
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <ImageView
            android:id="@+id/logo"
            android:src="@drawable/pmlogonew"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerHorizontal="true"
            />

        <ImageButton
            android:id="@+id/google_login_button"
            android:layout_width="wrap_content"
            android:layout_below="@+id/logo"
            android:src="@drawable/google_login_new"
            android:layout_marginTop="25dp"
            android:layout_centerHorizontal="true"
            android:background="@color/green_tobe_used"
            android:layout_height="wrap_content" />
       <ImageButton
           android:id="@+id/facebook_login_button"
           android:layout_width="wrap_content"

           android:layout_below="@+id/google_login_button"
           android:src="@drawable/facebook_login_new"
           android:layout_centerHorizontal="true"
           android:layout_height="wrap_content"
           android:background="@color/green_tobe_used"
           android:layout_marginTop="10dp"/>



       <!-- <com.google.android.gms.common.SignInButton
            android:id="@+id/facebook_login_button"
            android:layout_width="match_parent"

            android:layout_below="@+id/google_login_button"
            android:src="@drawable/google_login_new"
            android:layout_height="wrap_content"
            android:background="@color/green_tobe_used"
            android:layout_marginTop="20dp"
            android:layout_alignRight="@+id/google_login_button"
            android:layout_alignEnd="@+id/google_login_button"
            android:layout_toRightOf="@+id/facebook_class_login_button"
            android:layout_toEndOf="@+id/facebook_class_login_button"></com.google.android.gms.common.SignInButton>-->

        <com.facebook.widget.LoginButton
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/facebook_class_login_button"
            android:visibility="gone"/>

       </RelativeLayout>
    </ScrollView>