<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/scroller"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:fillViewport="true" >

<LinearLayout 
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
     android:orientati 
    android:background="#ffffff"
    android:id="@+id/home_layout">

       <include layout="@layout/header"/>
   

    <RelativeLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" 
        android:layout_marginBottom="5dip"
        android:background="#ffffff">

        <LinearLayout
            android:id="@+id/linearLayout1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentLeft="true" >

            <Button
                android:id="@+id/book"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:background="@drawable/bible"/>
        </LinearLayout>

        <Button
            android:id="@+id/button2"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentTop="true"
             android:layout_centerHoriz
            android:background="@drawable/bookmark" />

        <Button
            android:id="@+id/button3"
            android:layout_width="75dip"
            android:layout_height="75dip"
            android:layout_alignParentRight="true"
            android:layout_alignParentTop="true"
            android:background="@drawable/plan" />
    </RelativeLayout>

   
</LinearLayout>
</ScrollView>

Add a code snippet to your website: www.paste.org