Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<ScrollView
    android:layout_height="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:background="@color/green_tobe_used"
    android:layout_width="match_parent">
    <RelativeLayout
        android:layout_gravity="center"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">


        <ImageView
            android:id="@+id/logo"
            android:src="@drawable/logo3"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerHorizontal="true"
        />

        <Button
            android: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" />

        <Button
            android: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>