| 14792 |
manas |
1 |
<ScrollView
|
|
|
2 |
android:layout_height="match_parent"
|
|
|
3 |
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
4 |
android:background="@color/green_tobe_used"
|
|
|
5 |
android:layout_width="match_parent"
|
|
|
6 |
>
|
|
|
7 |
<RelativeLayout
|
|
|
8 |
android:layout_width="match_parent"
|
|
|
9 |
android:layout_height="match_parent">
|
|
|
10 |
|
|
|
11 |
<ImageView
|
|
|
12 |
android:id="@+id/logo"
|
| 19652 |
manas |
13 |
android:src="@drawable/pmlogonew"
|
| 14792 |
manas |
14 |
android:layout_width="wrap_content"
|
|
|
15 |
android:layout_height="wrap_content"
|
|
|
16 |
android:layout_centerHorizontal="true"
|
|
|
17 |
/>
|
|
|
18 |
|
|
|
19 |
<ImageButton
|
|
|
20 |
android:id="@+id/google_login_button"
|
|
|
21 |
android:layout_width="wrap_content"
|
|
|
22 |
android:layout_below="@+id/logo"
|
|
|
23 |
android:src="@drawable/google_login_new"
|
|
|
24 |
android:layout_marginTop="25dp"
|
|
|
25 |
android:layout_centerHorizontal="true"
|
|
|
26 |
android:background="@color/green_tobe_used"
|
|
|
27 |
android:layout_height="wrap_content" />
|
|
|
28 |
<ImageButton
|
|
|
29 |
android:id="@+id/facebook_login_button"
|
|
|
30 |
android:layout_width="wrap_content"
|
|
|
31 |
|
|
|
32 |
android:layout_below="@+id/google_login_button"
|
|
|
33 |
android:src="@drawable/facebook_login_new"
|
|
|
34 |
android:layout_centerHorizontal="true"
|
|
|
35 |
android:layout_height="wrap_content"
|
|
|
36 |
android:background="@color/green_tobe_used"
|
|
|
37 |
android:layout_marginTop="10dp"/>
|
|
|
38 |
|
|
|
39 |
|
|
|
40 |
|
|
|
41 |
<!-- <com.google.android.gms.common.SignInButton
|
|
|
42 |
android:id="@+id/facebook_login_button"
|
|
|
43 |
android:layout_width="match_parent"
|
|
|
44 |
|
|
|
45 |
android:layout_below="@+id/google_login_button"
|
|
|
46 |
android:src="@drawable/google_login_new"
|
|
|
47 |
android:layout_height="wrap_content"
|
|
|
48 |
android:background="@color/green_tobe_used"
|
|
|
49 |
android:layout_marginTop="20dp"
|
|
|
50 |
android:layout_alignRight="@+id/google_login_button"
|
|
|
51 |
android:layout_alignEnd="@+id/google_login_button"
|
|
|
52 |
android:layout_toRightOf="@+id/facebook_class_login_button"
|
|
|
53 |
android:layout_toEndOf="@+id/facebook_class_login_button"></com.google.android.gms.common.SignInButton>-->
|
|
|
54 |
|
|
|
55 |
<com.facebook.widget.LoginButton
|
|
|
56 |
android:layout_width="wrap_content"
|
|
|
57 |
android:layout_height="wrap_content"
|
|
|
58 |
android:id="@+id/facebook_class_login_button"
|
|
|
59 |
android:visibility="gone"/>
|
|
|
60 |
|
|
|
61 |
</RelativeLayout>
|
|
|
62 |
</ScrollView>
|