Blame | Last modification | View Log | RSS feed
<ScrollView android:layout_height="match_parent"android:background="@color/green_tobe_used"android:layout_width="match_parent"xmlns:android="http://schemas.android.com/apk/res/android"><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_centerVertical="true"android:layout_alignLeft="@+id/google_login_button"android:layout_alignStart="@+id/google_login_button" /><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="75dp"android:layout_centerHorizontal="true"android:background="@color/green_tobe_used"android:layout_height="wrap_content" /></RelativeLayout></ScrollView>