| 21478 |
rajender |
1 |
<ScrollView android:layout_height="match_parent"
|
|
|
2 |
android:background="@color/green_tobe_used"
|
|
|
3 |
android:layout_width="match_parent"
|
|
|
4 |
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
5 |
|
|
|
6 |
<RelativeLayout
|
|
|
7 |
android:layout_width="match_parent"
|
|
|
8 |
android:layout_height="match_parent">
|
|
|
9 |
|
|
|
10 |
|
|
|
11 |
<ImageView
|
|
|
12 |
android:id="@+id/logo"
|
|
|
13 |
android:src="@drawable/pmlogonew"
|
|
|
14 |
android:layout_width="wrap_content"
|
|
|
15 |
android:layout_height="wrap_content"
|
|
|
16 |
android:layout_centerVertical="true"
|
|
|
17 |
android:layout_alignLeft="@+id/google_login_button"
|
|
|
18 |
android:layout_alignStart="@+id/google_login_button" />
|
|
|
19 |
|
|
|
20 |
<ImageButton
|
|
|
21 |
android:id="@+id/google_login_button"
|
|
|
22 |
android:layout_width="wrap_content"
|
|
|
23 |
android:layout_below="@+id/logo"
|
|
|
24 |
android:src="@drawable/google_login_new"
|
|
|
25 |
android:layout_marginTop="75dp"
|
|
|
26 |
android:layout_centerHorizontal="true"
|
|
|
27 |
android:background="@color/green_tobe_used"
|
|
|
28 |
android:layout_height="wrap_content" />
|
|
|
29 |
|
|
|
30 |
|
|
|
31 |
</RelativeLayout>
|
|
|
32 |
</ScrollView>
|