Rev 14792 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<ScrollViewandroid:layout_height="match_parent"xmlns:android="http://schemas.android.com/apk/res/android"android:background="@color/green_tobe_used"android:layout_width="match_parent"><RelativeLayoutandroid:layout_width="match_parent"android:layout_height="match_parent"><ImageViewandroid:id="@+id/logo"android:src="@drawable/pmlogonew"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_centerHorizontal="true"/><ImageButtonandroid: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" /><ImageButtonandroid: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.SignInButtonandroid: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.LoginButtonandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:id="@+id/facebook_class_login_button"android:visibility="gone"/></RelativeLayout></ScrollView>