아 버튼을 중앙 약간 밑 정도에 나두고 싶은데 잘안되네요;;

 

main.xml 이구요 소스는

 

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="fill_parent"
    android:background="@drawable/main"
    android:orientation="vertical" >

    <ImageButton
        android:id="@+id/imagebtn"
        android:layout_width="150dip"
        android:layout_height="50dip"
        android:layout_margin="5sp"
        android:layout_marginLeft="30dip"
        android:layout_marginRight="50dip"
        android:src="@drawable/clear" />

</LinearLayout>

 

이런데 첨부파일 사진처럼 좀 밑으로 옮기고 싶거든요

어떻게하죠 ...

what the.bmp