Blame | 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_gravity="center"android:layout_width="match_parent"android:layout_height="wrap_content"><ImageViewandroid:id="@+id/logo"android:src="@drawable/logo3"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_centerHorizontal="true"/><Buttonandroid:id="@+id/deals"android:layout_marginTop="40dp"android:layout_below="@+id/logo"android:text="Show me Deals"android:layout_centerHorizontal="true"android:layout_width="180dp"android:layout_height="wrap_content" /><Buttonandroid:id="@+id/howitworks"android:layout_marginTop="10dp"android:layout_below="@+id/deals"android:text="How it Works"android:layout_centerHorizontal="true"android:layout_width="180dp"android:layout_height="wrap_content" /></RelativeLayout></ScrollView>